ipop Posted July 11, 2013 Share Posted July 11, 2013 Hi What package (other than texture packer, ie a free one:-) outputs the SpriteSheet.json used in the Movie clip Example? Cheers Quote Link to comment Share on other sites More sharing options...
xerver Posted July 11, 2013 Share Posted July 11, 2013 MovieClip only expects an array of textures. You can load them how ever you want to, from what ever you want to. You can write a custom loader for any format you want, as long as whenever you pass it into MovieClip it is an array of textures. Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted July 11, 2013 Share Posted July 11, 2013 That is a good point! A question for everyone: What popular alternatives are there to texture packer? Might be good to build a few new parsers down the line.. Quote Link to comment Share on other sites More sharing options...
ipop Posted July 12, 2013 Author Share Posted July 12, 2013 That is a good point! A question for everyone: What popular alternatives are there to texture packer? Might be good to build a few new parsers down the line.. We were using the adobe shoebox .. but i have to be frank .. the output changes every time there's an update and results also change .. doesnt handle mip mapping well either .. even with a 4/8 pixel border.... Quote Link to comment Share on other sites More sharing options...
mgutz Posted July 25, 2013 Share Posted July 25, 2013 I created one using ImageMagick that emits a compatible JSON. See Creating Sprite Sheets on our github dev page. Quote Link to comment Share on other sites More sharing options...
Mat Groves Posted July 25, 2013 Share Posted July 25, 2013 I created one using ImageMagick that emits a compatible JSON. See Creating Sprite Sheets on our github dev page. Nice! Loving the tutorials! keep up the great work! will make sure to add links to them on the github and main site as they progress! 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.