aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
2 stars 0 forks source link

Synchronized application calls and frame rendering issue #50

Closed aconstlink closed 7 months ago

aconstlink commented 7 months ago

While porting the old engines's test suites, it occurred to me that things need rewrite, yet again.

aconstlink commented 7 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.