diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

Callback support during main update loop #80

Closed diobat closed 10 months ago

diobat commented 10 months ago

After the update loop is started there is currently no way for the application level logic to have tick-based callbacks

FluxLumina should have a container of function binds that are invoked whenever an tick happens.

diobat commented 10 months ago

merged