-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render throttling/pausing #5
Comments
Adding on to this, it could be nice if you could disable/pause the spring scheduler. I have a lot of background spring updates, that are not always shown to the player. I could just disable them all manually but that would add to file size greatly. |
Springs already go to sleep when they're not moving - there should be no overhead for having a lot of springs sitting around doing nothing. Are you referring to something else? |
I have a lot of animations that are always running. But it's not always shown so, it could be cool if you could pause their execution and then re-enable it later. |
I will not pursue this for now. |
In some contexts such as plugin development, it may be desirable to throttle or pause render step actions (e.g. stepping animations) to reduce background resource usage e.g. when a plugin widget is not enabled.
It may be desirable to introduce tools for limiting or pausing animation, state and UI updates either locally or globally to allow users to conserve resources easily.
The text was updated successfully, but these errors were encountered: