spine-runtimes/spine-starling
Sebastien Flory 94f969c9a3 Avoid silent Array allocations
Hello,

In AS3, if a function accepts an arbitrary number of arguments, it will create an Array object behind the scene.
Math.min / Math.max are famous culprits :)
2014-09-29 18:10:41 +02:00
..
2014-01-20 04:51:20 +01:00

spine-starling

The spine-starling runtime provides functionality to load, manipulate and render Spine skeletal animation data using Starling. spine-starling is based on spine-as3.

Setup

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

Alternatively, the contents of the spine-as3/src and spine-starling/src directories can be copied into your project.

Examples

Spine atlas example Starling atlas example Skin example