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

Real Time Animations and Maximum FPS Limiter #366

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    16e0c32 View commit details
    Browse the repository at this point in the history
  2. ++FPS Limit added

    Kept formatting consistent with your code
    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d28b4fe View commit details
    Browse the repository at this point in the history
  3. Update package.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    80b6e6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2647389 View commit details
    Browse the repository at this point in the history
  5. Consistent formatting with original

    Unchanged
    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    5c25d65 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    66d0038 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    eec12b4 View commit details
    Browse the repository at this point in the history
  8. Update package.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    2b9321f View commit details
    Browse the repository at this point in the history
  9. Update package.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    df6c857 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    949cf69 View commit details
    Browse the repository at this point in the history
  11. Update particles.js

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    2397140 View commit details
    Browse the repository at this point in the history
  12. Update particles.js

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    bfafa84 View commit details
    Browse the repository at this point in the history
  13. Consistency with README

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    1b2d33f View commit details
    Browse the repository at this point in the history
  14. Removed newline

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    cb9eed3 View commit details
    Browse the repository at this point in the history
  15. Update particles.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    17b927a View commit details
    Browse the repository at this point in the history
  16. Update particles.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    7ef9796 View commit details
    Browse the repository at this point in the history
  17. Update particles.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    0d1c2df View commit details
    Browse the repository at this point in the history
  18. Update particles.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f00eca0 View commit details
    Browse the repository at this point in the history
  19. Update package.json

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    b2a0e35 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3b552b6 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	package.json
    caldempsey committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    5119154 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    98dd36b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6c454f0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    029285e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    625de2b View commit details
    Browse the repository at this point in the history
  26. Update README.md

    Notification for fork repo. Includes suggested documentation change for particles JSON configuration.
    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    a67285e View commit details
    Browse the repository at this point in the history
  27. Update README.md

    Suggested change on line 171, header for your perusal (or people visiting the fork I guess).
    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    6f3e03e View commit details
    Browse the repository at this point in the history
  28. Update README.md

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    e194cb9 View commit details
    Browse the repository at this point in the history
  29. Update README.md

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    704ae40 View commit details
    Browse the repository at this point in the history
  30. Update README.md

    caldempsey authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    c174558 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Update README.md

    caldempsey authored May 21, 2018
    Configuration menu
    Copy the full SHA
    2fde687 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Minor bug fx

    Minor inconsistency bug fix. fps_limit variable lives at top level of JSON object, not in particles.
    dgiangrave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c7b09df View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Real Time Animations

    Added delta time measurment to update particles based on world time and adjusted max FPS to use request animation frame rather than set timeout.
    dgiangrave committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    a7cf07a View commit details
    Browse the repository at this point in the history