Javascript Sprite Animation Library for Canvas Tag

Devon picture Devon · Mar 11, 2009 · Viewed 15.5k times · Source

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.

Answer

Seb picture Seb · Mar 11, 2009

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

Hope that helps :)