Skip to content

Latest commit

 

History

History

spine-love

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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