• Editor
  • Image Atlas from Spine to pixi js?

Related Discussions
...

Hi I'm an artist working on a game. I've created all my animation by importing images into spine.
I export the Json and the Atlas file using the internal image packer. However the atlas file is not compatible with pixi js. I have read in another post that the spine file is not compatible with pixi js. However this tutorial mentions texture packer http://www.goodboydigital.com/pixi-js-spine-animation/ .

I have texture packer pro however there is no way that i know of to import the file I made in spine.

I assume at one point spine imported texture packer files? I'm not sure what the process would be in order for this to work?

Also I tried looking around for any information about how you would work with texture packer and spine. I have not found much perhaps im looking in the wrong places.

Spine and Texture Packer Pro are not related, except both can output the libgdx texture atlas format, which is what most runtimes load. If Pixi doesn't load this format, you can use Texture Packer Pro to create an atlas in whatever format it does load. The skeletal animation data exported from Spine is separate from the texture atlas.

2 meses más tarde

Where is the best place to find Java and Javascript tut's that are easy enough to follow so that i can start learning java and javascript as well as good websites that i can learn the language. thanks in advance.


fun video ~ video clips ~ cute video

For Java:
http://math.hws.edu/javanotes/
This is fast moving. The book Thinking in Java is good and more in depth. For JavaScript, just Google.