Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schell/bang
A display list and event system for creating 2D HTML5 canvas apps.
https://github.com/schell/bang
Last synced: 17 days ago
JSON representation
A display list and event system for creating 2D HTML5 canvas apps.
- Host: GitHub
- URL: https://github.com/schell/bang
- Owner: schell
- Created: 2012-01-11T02:55:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-15T01:40:18.000Z (almost 12 years ago)
- Last Synced: 2024-05-01T23:28:22.772Z (7 months ago)
- Language: JavaScript
- Homepage: schell.github.com/bang
- Size: 2.37 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bang #
`bang` is a display list and event framework for creating canvas based HTML5 apps. The API is similar to flash,
making the transition from AS3 very easy. It uses getters and setters for most of the view altering properties.
Each view has its own canvas API, so every view can be drawn into just as if it were a canvas (because they are).
`bang` is in alpha.[Project Home](http://schell.github.com/bang "bang")