Canvas Library Demos

All of the demos in here were created to test out various <canvas> libraries for drawing. Technically, no library is necessary, but I was hoping to find a library that could simplify managing a scene graph and running animations.

Unfortunately, your browser doesn't support the <canvas> tag. This means none of these demos are likely to work for you. :(

amino
Demonstration of using Amino, a Javascript canvas scenegraph library, to make and manage a canvas object. Similar to CakeJS below.
cake
Demonstration of using CakeJS, a Javascript canvas scenegraph library, to make and manage a canvas object. Similar to Amino above.
jcanvas
jQuery plugin jCanvas demo.

Up a level.