views:

4089

answers:

3

Can you point me to a good Javascript sprite animation library using the HTML Canvas tag?

A few Google searches only turned up some non-canvas projects. I am looking for something clean and simple.

Thanks.

+5  A: 

Processing is a great visualization / animation framework, who has been recently ported to JavaScript: http://ejohn.org/blog/processingjs/.

Hope that helps :)

Seb
+3  A: 

There is the cake toolkit as well, although it does provide different functionality (more closely sprite oriented) than processing.js (see @SebaGR's answer).

Unfortunately i don't think either of these libraries really constitutes a sprite library in a useful/complete way.

olliej
+2  A: 

This looks like it could be a good contender:

Doodle.js - Overview

Doodle on Github

Scott McMillin