-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Blocking render call #471
Comments
We don't have this for normal canvases, but the offscreen canvas does exactly that: Lines 202 to 209 in b54f628
Users could use the private |
Relates to #391 |
I implemented this in #618. Some context I found along the way: It's not a matter of just calling Another, more friendly, approach for supporting uses-cases for drawing inside a loop, could be to have an async method, that can request a draw and then |
Make it possible to render a new frame synchronously; in other words, a public API to call
canvas._draw_frame_and_present
directly. Do we have this?Relates to pygfx/pygfx#667
The text was updated successfully, but these errors were encountered: