Godot Engine

Godot Engine

silly boy Sep 19, 2018 @ 10:41am
What GUI library does Godot Engine use for the editor?
I have browsed the source code and the docs and I wasn't able to figure out how the GUI is being built. Anyone has a way to know where it is? thanks!
< >
Showing 1-2 of 2 comments
Akien  [developer] Sep 19, 2018 @ 11:55am 
Godot's editor is built with Godot's own Control nodes which you can use for your games. In short, there's no external toolkit, Godot's editor is a Godot game.

The Controls/GUI code is here: https://github.com/godotengine/godot/tree/master/scene/gui
How can one "translate" the c++ code you linked into a Godot project? You said Godot-UI is itself a Godot game - but the linked files are all c++ - no scenes, no godot-script files. Could I e.g. take the 2d-editor-pane from the Godot sources and use it in my own apps?
Last edited by Hazy McPhantasy (aik); Nov 21, 2023 @ 6:37am
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 19, 2018 @ 10:41am
Posts: 2