-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Wrap drawing in requestAnimationFrame. #1105
Conversation
Wrap drawing in requestAnimationFrame per #1084.
I guess this should be merged with the other one. |
Can you somehow add those I.e. instead of
This:
|
Yes, that's possible, although I'm a little worried that the code will
become harder to understand if it has these "internal intended" properties.
Give me a few hours to wake up...
|
Another approach would be to wrap the definitions of the methods:
|
Ok, I'll do it that way. Stay tuned...
|
Idk what's up. |
You spread your changes over several PRs and in this PR, there's no |
Ah, okay. Idk how to combine them in the web gui. |
Let's first merge the PR where you introduce these new utils. |
Thank you! |
Wrap drawing in requestAnimationFrame per #1084.
Blocked by #1107.