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

Support framerates higher than 250 for faster I/O event handling #230

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Oct 26, 2024

  1. separate render frames from logic frames

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    716f58a View commit details
    Browse the repository at this point in the history
  2. support framerate over 250

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7b9f4d4 View commit details
    Browse the repository at this point in the history
  3. clean up code

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8fc7015 View commit details
    Browse the repository at this point in the history
  4. add restrictions to high precision implementation

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    dca76dc View commit details
    Browse the repository at this point in the history
  5. fix interpolation

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1aa486b View commit details
    Browse the repository at this point in the history
  6. fix renderTime

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ea7fd17 View commit details
    Browse the repository at this point in the history
  7. fix sequencer

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    75b8ee7 View commit details
    Browse the repository at this point in the history
  8. typo

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f644579 View commit details
    Browse the repository at this point in the history
  9. fix tests

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9b1f56e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. replace argument reporter with sensing

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e8003be View commit details
    Browse the repository at this point in the history
  2. fix vsync

    Signed-off-by: FurryR <[email protected]>
    FurryR committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0fd961b View commit details
    Browse the repository at this point in the history