CJX3M Posted February 25, 2014 Share Posted February 25, 2014 Recently i found this awesome tool for sprite creation, Spriter, but before starting to work on creating all my players assets here, i would like to know if its possible to use the resulting sprites files, which is a xml with all the sprites, animations and sound effects, in panda? Quote Link to comment Share on other sites More sharing options...
enpu Posted February 25, 2014 Share Posted February 25, 2014 You mean this http://www.brashmonkey.com/spriter.htm ? Quote Link to comment Share on other sites More sharing options...
CJX3M Posted February 25, 2014 Author Share Posted February 25, 2014 Didn't saw that the link wasn't added. Yes, that's the one Quote Link to comment Share on other sites More sharing options...
CJX3M Posted February 25, 2014 Author Share Posted February 25, 2014 Going through the app forum, i find out there's need to be an interpreter. A plugin which will convert the spriter file to the format the engine (in this case, Panda) needs it to render. Seems like it wont be easy, but look pretty interesting Quote Link to comment Share on other sites More sharing options...
PixelPicoSean Posted February 26, 2014 Share Posted February 26, 2014 Here's a implementation for canvas: https://github.com/flyover/spriter.jsAnd here's my folk of the implementation for impact.js: https://github.com/pixelpicosean/Spriter-Impact (which based on project above) Since Panda is inspired by impact.js, these projects might be useful. (Panda uses Pixi for rendering so there's still lots of work to do) Quote Link to comment Share on other sites More sharing options...
enpu Posted February 26, 2014 Share Posted February 26, 2014 Thanks for the links! Just added new issue to GitHub:https://github.com/ekelokorpi/panda.js/issues/39 Quote Link to comment Share on other sites More sharing options...
CJX3M Posted February 26, 2014 Author Share Posted February 26, 2014 Here's a implementation for canvas: https://github.com/flyover/spriter.jsAnd here's my folk of the implementation for impact.js: https://github.com/pixelpicosean/Spriter-Impact (which based on project above) Since Panda is inspired by impact.js, these projects might be useful. (Panda uses Pixi for rendering so there's still lots of work to do)Yeah, i was already checking this out 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.