Javascript Sprite Animation Library for Canvas Tag - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T18:53:24Zhttp://stackoverflow.com/feeds/question/636442http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/636442/javascript-sprite-animation-library-for-canvas-tag4Javascript Sprite Animation Library for Canvas TagDevon2009-03-11T21:23:41Z2009-05-12T20:50:00Z
<p>Can you point me to a good Javascript sprite animation library using the HTML Canvas tag?</p>
<p>A few Google searches only turned up some non-canvas projects. I am looking for something clean and simple.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/636442/javascript-sprite-animation-library-for-canvas-tag/636657#6366573Answer by Seb for Javascript Sprite Animation Library for Canvas TagSeb2009-03-11T22:40:16Z2009-03-11T22:40:16Z<p><a href="http://www.processing.org/" rel="nofollow">Processing</a> is a great visualization / animation framework, who has been recently ported to JavaScript: <a href="http://ejohn.org/blog/processingjs/" rel="nofollow">http://ejohn.org/blog/processingjs/</a>.</p>
<p>Hope that helps :)</p>
http://stackoverflow.com/questions/636442/javascript-sprite-animation-library-for-canvas-tag/637024#6370243Answer by olliej for Javascript Sprite Animation Library for Canvas Tagolliej2009-03-12T01:07:59Z2009-03-12T01:07:59Z<p>There is the <a href="http://glimr.rubyforge.org/cake/canvas.html" rel="nofollow">cake</a> toolkit as well, although it does provide different functionality (more closely sprite oriented) than processing.js (see @SebaGR's answer).</p>
<p>Unfortunately i don't think either of these libraries really constitutes a sprite library in a useful/complete way.</p>
http://stackoverflow.com/questions/636442/javascript-sprite-animation-library-for-canvas-tag/854811#8548112Answer by Scott McMillin for Javascript Sprite Animation Library for Canvas TagScott McMillin2009-05-12T20:50:00Z2009-05-12T20:50:00Z<p>This looks like it could be a good contender:</p>
<p><a href="http://www.lamberta.org/blog/doodle/" rel="nofollow">Doodle.js - Overview</a></p>
<p><a href="http://github.com/biilly/doodle.js/tree/master" rel="nofollow">Doodle on Github</a></p>