NathanSweet df70264a5b Go back to clearing the entry after the "end" listeners.
Changing the AnimationState state from an "end" listener is problematic even when the entry is cleared before the listener, so better to make the track that is ending available to the listener.
2014-03-17 16:53:33 +01:00
..
2013-08-08 22:57:57 +02:00
2014-03-08 00:17:48 +01:00
2013-02-20 01:15:31 +01:00
2014-01-20 04:51:20 +01:00

spine-libgdx

The spine-libgdx runtime provides functionality to load, manipulate and render Spine skeletal animation data using libgdx.

Setup

  1. Download the Spine Runtimes source using git or by downloading it as a zip.
  2. Using Eclipse, import the project by choosing File -> Import -> Existing projects. For other IDEs you will need to create a new project and import the source.

Alternatively, the contents of the spine-libgdx/src directory can be copied into your project.

Examples

AnimationState Example Box2D Example (written before bounding boxes were available) Mix Example Skeleton Example