Related Discussions
...

Hi All,

Does anyone have an example of a libgdx exported html5 spine animation running smoothly with two skeletons on iphone 4?

Right now, the official JavaScript demo (http://esotericsoftware.com/files/demos ... z/example/) is not rendering on iOS (is that a libgdx export?)

The reason I ask is to confirm that it will work before I go ahead and do it.

Thanks in advance.

That example is turbulenz, not libgdx. I don't have a libgdx example for GWT but it should run fine.

un mois plus tard

Thanks Nate, will give it a go in that case.


Hi Nate,

Only got around to this now.

The problem is that libgdx exports to webgl which renders it useless for our needs because it needs to be able to run on as many mobile browsers as possible.
Basically we need a library which exports to canvas.

The ones which are on you site seem to be out of date and unable to read the new spine json files.

What if anything can we do?