aconstlink / motor

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

Bootstrap event in app for window #56

Closed aconstlink closed 4 months ago

aconstlink commented 4 months ago

If a window is created and initially shown, there need to be a bootstrap event like on_bootstrap( window_id, frontend ) so the user can do the very initial setup which is usually different form run time object creation/update.

This safes the user from doing it by himself.

aconstlink commented 4 months ago

This is now implemented with flag in the render data.