Support Reanimate

The playground server is generously funded by ❤ GitHub Sponsors ❤.

If reanimate is useful for you, consider becoming a sponsor or boosting the project's visibility with a GitHub Star.

Playground Instructions

API Documentation
hackage.haskell.org/package/reanimate/docs/Reanimate.html
Core Concepts
reanimate.rtfd.io/en/latest/introduction/
Repository
github.com/reanimate/reanimate/

Animations are rendered with the following restrictions:

  • Frame-rate is limited to 30 fps.
  • Animation are capped at 60 seconds.
  • Disk storage is capped at 5 megs per animation.
  • CPU time is capped at 30 seconds if the server is below capacity
  • CPU time is capped at 5 seconds if the server is at capacity.
  • Template Haskell is forbidden.

Animations are rendered incrementally with increasing frame-rate, starting at 1fps and ending at 30fps. If an animation requires 10 seconds to render but is only allocated 5, this animation will still be watchable in its entirety but will play at 15fps rather than 30fps.

Reanimate Examples