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...
now have a music database that gets loaded in on launch. need to display more track information and stuff, and also need to move the transport buttons lol