|
|
|
|
|
by TeaDude
1286 days ago
|
|
If Godot was written in C, I don't think I'd need anything else. Still... Godot makes HEAVY use of C++'s exclusive features. The GUI system relies on complex static and virtual inheritance and the scripting engine makes serious use of macros for automatic class integration. ...and that's just me scratching the surface with my limited knowledge! |
|