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

fix(frontend): Ensure physics run consistently across different device framerates #14861

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

Commits on Oct 28, 2024

  1. Upgrade matter-js to version 0.20.0

    This version uses fixed rates across platforms in Matter.Runner. This fixes inconsistent rates in `physics.ts`.
    CenTdemeern1 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d489576 View commit details
    Browse the repository at this point in the history
  2. bubble-game: Use setInterval instead of requestAnimationFrame

    This makes sure Misskey's Bubble Game always runs at a consistent rate, even when the monitor isn't 60hz
    CenTdemeern1 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e7d35a0 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    CenTdemeern1 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1621f19 View commit details
    Browse the repository at this point in the history