I never understood how people use compiled languages for video games let alone simple GUIs. Even though I'm now competent in a few, and I have LLMs at my disposal, I fall back to electron or React Native just because it's such a pain in the ass to iterate with anything static.
Native devs: what are your go to quality of live improvements?
re, iteration: Have you encountered ImGui [0]? It's basically standard when prototyping any sort of graphical application.
re, building GUIs in static libraries: As you might expect, folks typically use a library. See Unreal Engine, raylib, godot, qt, etc. Sans that, any sort of 2D graphics library can get the job done with a little work.
Native devs: what are your go to quality of live improvements?
re, building GUIs in static libraries: As you might expect, folks typically use a library. See Unreal Engine, raylib, godot, qt, etc. Sans that, any sort of 2D graphics library can get the job done with a little work.
[0]: https://github.com/ocornut/imgui