Y
Hacker News
new
|
ask
|
show
|
jobs
by
Supermancho
89 days ago
Godot is written in C++ It may have some GDScript in there, but I don't think so. The sourcecode is available:
https://github.com/godotengine/godot
1 comments
hofrogs
89 days ago
The C++ code there (at least in the editor directory) initializes and configures godot ui components that the editor is made of
link