here, pressing Ctrl+S is enough to make it hot reload and rerender (that is configurable though, of course; some people don't want it to do that on every save)
managed to get my cli music player working on win7 ... just i had to recompile mixr using mingw just to get it to work, but after that it did, after waiting about 2 minutes for the JIT to compile everything
although since the PC reported that it supports "DirectX 11", i decided to see if my engine runs on it nativeaot started immediately but of course, failed to create the directx 11 device lol
Currently the application just updates using PollEvent but I'm going to move it to WaitEvent Also will optimize it so that it only updates regions that change Not sure how easy that will be with ImGui but that's only a "temporary" thing while I create my own UI thing
I suppose it can be if you can get used to it. Personally I prefer the approach of doing it in code. Which I know avalonia supports, but I'm more for immediate GUIs. If only egui had C bindings...