|
|
8 år sedan | |
|---|---|---|
| .. | ||
| spine-starling | 8 år sedan | |
| spine-starling-example | 8 år sedan | |
| LICENSE | 9 år sedan | |
| README.md | 9 år sedan | |
The spine-starling runtime provides functionality to load, manipulate and render Spine skeletal animation data using Starling 2.0. spine-starling is based on spine-as3.
This Spine Runtime may only be used for personal or internal use, typically to evaluate Spine before purchasing. If you would like to incorporate a Spine Runtime into your applications, distribute software containing a Spine Runtime, or modify a Spine Runtime, then you will need a valid Spine license. Please see the Spine Runtimes Software License for detailed information.
The Spine Runtimes are developed with the intent to be used with data exported from Spine. By purchasing Spine, Section 2 of the Spine Software License grants the right to create and distribute derivative works of the Spine Runtimes.
spine-starling works with data exported from Spine 3.5.xx.
spine-starling supports all Spine features.
spine-starling does not yet support loading the binary format.
spine-as3/spine-as3/src/ and spine-starling/spine-starling/src/ into your project's source directoryThe Spine AS3 example works on Windows, Linux and Mac OS X. This guide assumes you are using FDT Free as your development environment.
flex_sdk.flex_sdk folder. This will replace the Adobe AIR version shipped with Flex.Preferences -> FDT -> Installed SDKsAdd and browse to flex_sdkFile -> Import -> General -> Existing Projects into Workspacespine-as3/. You should see both the spine-as3 and spine-as3-example project in the import dialog. Click FinishFile -> Import -> General -> Existing Projects into Workspacespine-starling/. You should see both the spine-starling and spine-starling-example project in the import dialog. Click FinishMain.as file in spine-starling-example/src/spine in the FDT explorer and select Debug As -> FDT SWF ApplicationNote: FDT Free does not allow project dependencies. If you modify the sources of spine-as3 or spine-starling, you will have to compile the project to an .swc and place it in spine-starling-example/libs.