RobSmith I would prefer to use the binary exporter since I don't have a JSON loader currently in my tools, but is there a place where the binary exporter is documented other than in the spine-libgdx runtime?
Nate Unfortunately there isn't. You'll have to use the spine-libgdx runtime as a reference implementation. Sorry! It should be pretty straightforward. You'll need the methods from the DataInput class from libgdx: https://github.com/libgdx/libgdx/blob/m ... Input.java It extends DataInputStream, so you can see the javadocs if needed: http://docs.oracle.com/javase/6/docs/ap ... tream.html