schell / bang

A display list and event system for creating 2D HTML5 canvas apps.
schell.github.com/bang
4 stars 0 forks source link

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