You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timers now have fps and fps_average properties for obtaining the current and average frame rate
Added WindowConfig.hidden_window_framerate_limit limiting framerate when the window is hidden.
The default value is currently 30 fps. This can be disabled by setting the value to 0.
This change combats framerate spikes in the thousands when the window is minimized eating up
battery life and resources.
WindowConfig.init_mgl_context can now be implemented to completely override context creation.
run_window_config was split into create_window_config_instance and run_window_config_instance
making customization easier. run_window_config will still behave as before.