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

Commits on May 16, 2024

  1. [Helicopter] Reduce flickering

    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 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1113809 View commit details
    Browse the repository at this point in the history