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

Switch to double buffering. #86

Open
Pomax opened this issue Mar 29, 2024 · 0 comments
Open

Switch to double buffering. #86

Pomax opened this issue Mar 29, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed p2

Comments

@Pomax
Copy link
Owner

Pomax commented Mar 29, 2024

Long running draw processes means that there can be flicker due to clearing first, then drawing. A double buffer would be a lot nicer where we draw to the buffer, then swap in the new frame at the end of draw().

@Pomax Pomax added enhancement New feature or request help wanted Extra attention is needed p2 labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed p2
Projects
None yet
Development

No branches or pull requests

1 participant