TthekonzFeb 10, 2014 at 7:46 pm
Hi,
I am using PixiJs for a little project and I want to export my spritesheet in this format: https://github.com/GoodBoyDigital/pixi.js/blob/master/examples/example%203%20-%20MovieClip/SpriteSheet.json
Is this possible right now or soon or do I have to write my own custom tool for that?
Thanks.

DanikFeb 10, 2014 at 10:41 pm
Hi there,
The animations are just exported as image files at the moment (sprite sheets, image sequences or animated GIFs), so there is no json metadata.
TthekonzFeb 11, 2014 at 5:16 pm
Hey,
I didn't want to use Texture Packer to export the data, so I made a script and uploaded it onto github, so anyone can use it: https://github.com/thekonz/pixijs-spritesheet-export
@Danik If you need help with development, feel free to ask me :D