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

[Helicopter] Reduce flickering #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GopherTheCoder
Copy link

#29
Create "Update" function.
In Update, erase only the non-overlapping part between new frame & old frame, then Render the new frame. Using Update instead of Erase then Render, can reduce the amount of I/O if there's overlapping between two frames.

Create "Update" function.
In Update, erase only the non-overlapping part between new frame & old frame, then Render the new frame.
Using Update instead of Erase then Render, can reduce the amount of I/O if there's overlapping between two frames.
@GopherTheCoder
Copy link
Author

@dotnet-policy-service agree

@ZacharyPatten
Copy link
Collaborator

Thank you for your interest in contributing. :) I will review this pull request as soon as can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants