EaselJS
Posted: Sun Oct 13, 2013 6:58 pm
Does anyone have any experience with EaselJS? It really seems to fit what I am looking for, which is a JS Canvas rendering engine to make Canvas work easier. I don't want a whole game engine since I would have to rip a good deal of it apart to do what I want to do (mother-child client-server configuration with server-side generatable maps). But EaselJS comes with spritesheet support, a nice ecosystem of tools to generate spritesheets from popular image manipulation programs, a time-based animation system, displayObject hierarchy and more that I would have to make on my own. It is basically trying to create a Flash-like object model on top of Canvas.