dhaber Posted June 23, 2013 Share Posted June 23, 2013 A couple weeks back I released a tool for previewing and testing sprite sheet animations. A lot of people seem to write their own tool of this sort. I made this one for my javascript game engine, and I attempted to take it to the next level feature-wise. It allows you to build up a library of sprite sheets and animations. It has a number of previewing options and tools, keyboard shortcuts, and a simple but powerful language for specifying frame lists. The tool can export to its own JSON format, or it can generate code for CreateJS and ImpactJS. The Application: Launch the application with a demo sprite sheetIntroduction: An introductory blog post, feature list, and documentationExport Formats: Documentation for the JSON formats and ImpactJS/CreateJS exporters The application is normally used by dragging and dropping PNG sprite sheets onto the page, specifying their dimensions, and then creating multiple animations. I use this in Chrome, but I've tested it in Firefox and Opera as well. I hope that some of you find this useful. If you have any feedback, please let me know. Quote Link to comment Share on other sites More sharing options...
tarr_bot Posted June 23, 2013 Share Posted June 23, 2013 Interesting, I'll check this out. Quote Link to comment Share on other sites More sharing options...
dhaber Posted January 14, 2014 Author Share Posted January 14, 2014 For any ImpactJS users out there, I just added support for Andrew Eades' animation-importer plugin. There already was export support for ImpactJS, but it required modifying the export by hand. The exporter for this plugin can create animation files that can be directly loaded into the plugin without any modification required. Further details on the update were written up in a blog post. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.