Implementation of the Esoteric Software Spine version 2 runtime library in Cython and Python.
Library is working on Python2.7, but it isn't tested yet with Python3. For examples and how to create renderer check spinekivy project. For basic understanding of runtime check official Spine documentation.
Install latest version with pip:
python -m pip install spine-cython
Or you can try development version by downloading this repository and running:
python setup.py install
- Support Spine v3
- Documentation (after Spine v3)
- Support Python3
Spine-cython is released under the terms of the Spine Runtimes Software License. Please refer to the LICENSE file.