Skip to content
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

Closed
dphfox opened this issue Jul 19, 2021 · 4 comments
Closed

Render throttling/pausing #5

dphfox opened this issue Jul 19, 2021 · 4 comments
Labels
enhancement New feature or request not ready - evaluating Currently gauging feedback

Comments

@dphfox
Copy link
Owner

dphfox commented Jul 19, 2021

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.

@dphfox dphfox added the enhancement New feature or request label Jul 19, 2021
@Gargafield
Copy link
Contributor

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.

@dphfox
Copy link
Owner Author

dphfox commented Sep 16, 2021

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?

@Gargafield
Copy link
Contributor

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.

This was referenced Sep 27, 2021
@dphfox dphfox added the not ready - evaluating Currently gauging feedback label Sep 29, 2021
@dphfox
Copy link
Owner Author

dphfox commented Feb 1, 2023

I will not pursue this for now.

@dphfox dphfox closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request not ready - evaluating Currently gauging feedback
Projects
None yet
Development

No branches or pull requests

2 participants