• rebelsimile@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    1 hour ago

    Maybe I’m missing some of the background behind this, I saw the thing about building apps, but isn’t the Godot IDE built with Godot?

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    5 hours ago

    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.

    • KindaABigDyl@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      2 hours ago

      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?

      • onlinepersona@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        2 hours ago

        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).

    • RiQuY@lemmy.zip
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      4 hours ago

      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.