badlogic b67bf992a0 Single bone IK fix and license header update. Closes #1580, closes #1581. 5 жил өмнө
..
data bb51ec7f23 Updated examples, removed stretch-ik stretchyman. 6 жил өмнө
spine-corona b67bf992a0 Single bone IK fix and license header update. Closes #1580, closes #1581. 5 жил өмнө
LICENSE 7f7e5f0fec Updated license headers and LICENSE files. 6 жил өмнө
README.md b67bf992a0 Single bone IK fix and license header update. Closes #1580, closes #1581. 5 жил өмнө
build.settings 5b1814cff3 spine-lua, spine-love, spine-corona update to 3.4.02 (#722) 8 жил өмнө
config.lua 7a18f0818c Every space in its place! (tm) 8 жил өмнө
main.lua b67bf992a0 Single bone IK fix and license header update. Closes #1580, closes #1581. 5 жил өмнө
mobdebug.lua 48ccb78a27 [corona] Updated mobdebug, fixed premultiplied alpha rendering. Closes #1520. 5 жил өмнө
test.lua fdb3bd02d4 [corona] Added simple test harness. 6 жил өмнө

README.md

spine-corona

The spine-corona runtime provides functionality to load, manipulate and render Spine skeletal animation data using Corona. spine-corona is based on spine-lua.

Licensing

You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge.

You can integrate the Spine Runtimes into your software free of charge, but users of your software must have their own Spine license. Please make your users aware of this requirement! This option is often chosen by those making development tools, such as an SDK, game toolkit, or software library.

In order to distribute your software containing the Spine Runtimes to others that don't have a Spine license, you need a Spine license at the time of integration. Then you can distribute your software containing the Spine Runtimes however you like, provided others don't modify it or use it to create new software. If others want to do that, they'll need their own Spine license.

For the official legal terms governing the Spine Runtimes, please read the Spine Runtimes License Agreement and Section 2 of the Spine Editor License Agreement.

Spine version

spine-corona works with data exported from Spine 3.8.xx.

spine-corona supports all Spine features.

spine-corona does not yet support loading the binary format.

Setup

  1. Download the Spine Runtimes source using git or by downloading it as a zip via the download button above.
  2. Copy the contents of spine-lua to spine-corona/spine-lua.
  3. Run the main.lua file using Corona. Tap/click to switch between skeletons

Alternatively, the spine-lua and spine-corona/spine-corona directories can be copied into your project. Note that the require statements use spine-lua.Xxx, so the spine-lua files must be in a spine-lua directory in your project.

When using the EmmyLua plugin for IntelliJ IDEA, create a launch configuration pointing at the Corona Simulator executable (e.g. /Applications/Corona/Corona Simulator.app/Contents/MacOS/Corona Simulator on macOS), set the working directory to spine-corona and set the parameters to main.lua.