Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I used Godot to make a tool that was not really a game at all, and I read about others doing that as well. It works great just as a simple WYSIWYG GUI editor and GDScript is not a bad scripting language.


Has Godot proper GUI-Components for building a good interface, or are those the type of freeform canvas-based interfaces?


Godot has very comprehensive GUI components. You're working with buttons, labels & windows, not at the rendering level (unless you want to!)

Here's an overview of what's available: https://docs.godotengine.org/en/stable/tutorials/ui/index.ht...


Godot has its own UI/layout system. They offer text labels, controls, anchor points, and other conventions for laying out UI. It's not simply coordinate-based like you might expect with a canvas.

https://docs.godotengine.org/en/3.1/getting_started/step_by_...


Viewing the latest UI docs (version 4.x) would probably be more helpful.

https://docs.godotengine.org/en/stable/tutorials/ui/index.ht...


I linked the 3.1 page just because it had some graphics that showed the UI features in action. The 4.x pages lacked that. If you wanted to actually start learning these for development purposes though, then yes use the 4.x pages!


Cool beans :-)




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: