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.
- Download the Spine Runtimes source using git or by downloading it as a zip.
- Copy the contents of
spine-lua
tospine-love/spine-lua
. - 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.