Closed aconstlink closed 9 months ago
Implemented. User can update graphics objects within a single synced on_graphics
event and then call all rendering commands within the on_render
events via the frontend
class, all from within the new app
class.
Also inserted imgui back into the app class for a more integrated experience. Right now there is one imgui instanciation per created window.
While porting the old engines's test suites, it occurred to me that things need rewrite, yet again.