Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobylito/loop
Loop is an animation framework using Canvas 2D
https://github.com/bobylito/loop
Last synced: 22 days ago
JSON representation
Loop is an animation framework using Canvas 2D
- Host: GitHub
- URL: https://github.com/bobylito/loop
- Owner: bobylito
- Created: 2013-08-11T17:42:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T11:54:27.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T17:26:35.768Z (2 months ago)
- Language: Python
- Size: 1.28 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Loop
====Loop is a JS animation framework using Canvas 2D. It has a strong focus on low level API access
and boilerplate factorisation.Philosophy
----------* Loop is an animation loop
* Loop accepts IO that will be passed to animation
* Loop accepts animations that will be then displayed
* An animation is basically an object with 2 functions : render for rendering, animate for mutating state
* Animations can be composed together to create new animations
* Animations can be enhanced (as long as the contract is respected)