For creating interactive applications of all kinds: at least in my experience, it’s a little of a chore to create frontends with Godot. Creating components with predetermined behavior was not easy.
I do understand that it wasn’t the original goal, but now that it’s in the vision, that might change.
Making reusable components with actions wasn’t fun to me. I tried it in GDScript and it worked somewhat, but doing it in Rust was a chore and barely worked. The major issue was that it couldn’t be previewed.
Having the layout components was very nice, but they don’t (or didn’t?) support wrapping (once you add elements and reach the edge of the box, it doesn’t add a new line).
And another issue was connecting events and having things update. For example editing a textbox and the value being displayed automatically in another UI component requires manually writing all that boilerplate.
There was probably more but I think I tried it a year ago. Things might’ve changed (I hope they did).
If making apps is in the vision of the engine, I might bite the bullet and move my OBS overlay from JavaScript to GDScript, npm has been hell lately with the supply chain attacks, and CSS is a mess.
For creating interactive applications of all kinds: at least in my experience, it’s a little of a chore to create frontends with Godot. Creating components with predetermined behavior was not easy.
I do understand that it wasn’t the original goal, but now that it’s in the vision, that might change.
Really? I quite enjoy the UI system of Godot.
Stacking Margin, HBox, and VBoxes together feels quite intuitive to me
What did you not like?
Making reusable components with actions wasn’t fun to me. I tried it in GDScript and it worked somewhat, but doing it in Rust was a chore and barely worked. The major issue was that it couldn’t be previewed.
Having the layout components was very nice, but they don’t (or didn’t?) support wrapping (once you add elements and reach the edge of the box, it doesn’t add a new line).
And another issue was connecting events and having things update. For example editing a textbox and the value being displayed automatically in another UI component requires manually writing all that boilerplate.
There was probably more but I think I tried it a year ago. Things might’ve changed (I hope they did).
If making apps is in the vision of the engine, I might bite the bullet and move my OBS overlay from JavaScript to GDScript, npm has been hell lately with the supply chain attacks, and CSS is a mess.