Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I am using Godot to make an interface for a configurator in a bigger project.
Basically I am getting paid to learn a tech I like -
@Lensflare yeah! Definitely interesting. I've only seen Godot used for game development so that's cool to hear it's being used for other applications.
-
@iSwimInTheC IIRC there is a way to make it consume less, where you disable "process" callbacks and rely on observer pattern for re-rendering. And UI tools in Godot are amazing. To my taste, it's not as advanced as web interfaces, but through the years it makes a good competition to "conventional" GUI frameworks.
-
@Lensflare understandable. Internet is oversaturated with half-baked examples/codepens, it makes you think there is nothing more. But some HTML+CSS peformances cease to keep me bored. In particular, the concepts that help us advance a UI: properties, ARIA, animations, breakpoints...
Related Rants
Blender (hobby)
Godot (hobby and job!)
rant
wk323