18
Comments
  • 1
    Fun! What do you do for a living then?
  • 4
    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
  • 1
    Niice. Best of both worlds
  • 0
    Is that configurator for a game?
  • 1
    @Lensflare no for some hardware 😁
  • 0
    @rov3rand0m oh… interesting
  • 2
    @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.
  • 2
    @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.
  • 1
    @vintprox "advanced" is not the word that I would have used to describe web UI 😬
  • 0
    @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...
Add Comment