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

HP Spinner on Mobile #167

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

HP Spinner on Mobile #167

wants to merge 11 commits into from

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    9cee389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d360ba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce1184e View commit details
    Browse the repository at this point in the history
  4. WIP: add crappy rotation math

    I think what we really need to do is actually map the touches to points
    on the circle and compute the arc length between them
    dhleong committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    9716722 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bab7c10 View commit details
    Browse the repository at this point in the history
  6. Start tweaking the delta computation based on rotation

    This exposes an issue where the rotation amount changes quite
    drastically when going across the 9 o'clock angle...
    dhleong committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    3c9fd0a View commit details
    Browse the repository at this point in the history
  7. Fix compute-rotation when going through 180 degrees

    Algorithm with thanks to my Flight Controls project!
    dhleong committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    4fd466b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    064e50c View commit details
    Browse the repository at this point in the history
  9. Colorize the spinner

    dhleong committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    1deb397 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5547b8f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d4b6cd8 View commit details
    Browse the repository at this point in the history