NathanSweet 26e4fb0d74 License header update.
2 -> 2.1 (clearer how permission is granted, formatting).
2014-04-23 12:04:43 +02:00
..
2014-04-23 12:04:43 +02:00
2014-04-23 12:04:43 +02:00
2014-01-20 04:51:20 +01:00

spine-love

The spine-love runtime provides functionality to load, manipulate and render Spine skeletal animation data using LÖVE. spine-love is based on spine-lua.

Setup

  1. Download the Spine Runtimes source using git or by downloading it as a zip.
  2. Copy the contents of spine-lua to spine-love/spine-lua.
  3. Run the main.lua file using LÖVE.

Alternatively, the spine-lua and spine-love/spine-love 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.

Examples

Simple Example