Javascript Sprite Animation Library for Canvas Tag - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T18:53:24Z http://stackoverflow.com/feeds/question/636442 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/636442/javascript-sprite-animation-library-for-canvas-tag 4 Javascript Sprite Animation Library for Canvas Tag Devon 2009-03-11T21:23:41Z 2009-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#636657 3 Answer by Seb for Javascript Sprite Animation Library for Canvas Tag Seb 2009-03-11T22:40:16Z 2009-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#637024 3 Answer by olliej for Javascript Sprite Animation Library for Canvas Tag olliej 2009-03-12T01:07:59Z 2009-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#854811 2 Answer by Scott McMillin for Javascript Sprite Animation Library for Canvas Tag Scott McMillin 2009-05-12T20:50:00Z 2009-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>