![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Hamad Marri |
Question: What gui is used in godot QT, GTK or what?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Hamad Marri |
Question: What gui is used in godot QT, GTK or what?
![]() |
Reply From: | Zylann |
Godot interfaces directly with the system window manager to create its window (X11, Win32…), but everything inside that window is a custom GUI system. That system is also the same for games, i.e the Button
node you can drag into a scene is the same node that is used in all buttons of the editor.