spine animation runtime libraries for various languages

#animation #library #gamedev #c #cpp #c++ #csharp #java #lua #flutter #libgdx #ts #xna

badlogic b6981810ff [maven-release-plugin] prepare release spine-libgdx-3.5.51.1 há 8 anos atrás
examples 5443a70f44 Removed rotation from raptor and tank atlases há 8 anos atrás
spine-as3 8887a1f5e3 fix typo (#846) há 8 anos atrás
spine-c 95527b630a [c] Added void* userData field to spTrackEntry. Can be fetched in listeners. há 8 anos atrás
spine-cocos2d-objc 9960402e39 [cocos2dx][cocos2dobj] Fixed up cocos2d-x and cocos2d-objc xcode projects for new spine-c directory há 8 anos atrás
spine-cocos2dx 4dacc8c67c [cocos2dx] Updated README há 8 anos atrás
spine-corona aca4060fad [lua] Ported AnimationState changes há 8 anos atrás
spine-csharp 30d52282af fix typo (#847) há 8 anos atrás
spine-js 6e4784232f [spine-js] Deprecated, updated README.md há 9 anos atrás
spine-libgdx dbc3fdd976 [maven-release-plugin] prepare release spine-libgdx-3.5.51.1 há 8 anos atrás
spine-love d52d2e72ee Updated READMEs, supported version is 3.5.xx. há 8 anos atrás
spine-lua 744230359b [lua] Closes #823, accessed global instead of property há 8 anos atrás
spine-monogame d52d2e72ee Updated READMEs, supported version is 3.5.xx. há 8 anos atrás
spine-sfml d85a83d231 [sfml] Updated Linux build to SFML 2.4.1 há 8 anos atrás
spine-starling 16b9d63bf7 Bug: animation totally disappears if has alpha < 1 (#833) há 8 anos atrás
spine-threejs 24404b4adf [threejs] Deprecated, updated README.md há 9 anos atrás
spine-tk2d e360d08d5e Link to new 2D Toolkit website. há 9 anos atrás
spine-ts 2585dc16ab [ts] Fixed widget example, using var instead of let há 8 anos atrás
spine-ue4 4502a432da [ue4] Made compiling in VS work; defined behavior for GetTrackEntry() (#836) há 8 anos atrás
spine-unity 588cd7c2c4 [unity] Handle missing inspector method for older versions of Unity. há 8 anos atrás
spine-xna d52d2e72ee Updated READMEs, supported version is 3.5.xx. há 8 anos atrás
.gitignore 7f96e2350b [ue4] Updated .gitignore há 8 anos atrás
.npmignore a8a20fce13 Add npm support (#793) há 8 anos atrás
CHANGELOG.md 2dc9726282 Update CHANGELOG.md há 8 anos atrás
CMakeLists.txt 387b0afb80 [c] Added spine-c-tests (thanks @jpoag), fixed up CMake build há 8 anos atrás
LICENSE d631da5f56 Moved version to make it more clear it's a license version, not a runtime version. há 8 anos atrás
README.md 076ed0b401 Update README.md há 9 anos atrás
package.json a8a20fce13 Add npm support (#793) há 8 anos atrás

README.md

Spine Runtimes

This GitHub project hosts the Spine Runtimes which are needed to use Spine 2D skeletal animation with various game toolkits.

Licensing

The Spine Runtimes may only be used for personal or internal use, typically to evaluate Spine before purchasing. If you would like to incorporate the Spine Runtimes into your applications, distribute software containing the Spine Runtimes, or modify the Spine Runtimes, then you will need a valid Spine license. Please see the Spine Runtimes Software License for detailed information.

The Spine Runtimes are developed with the intent to be used with data exported from Spine. By purchasing Spine, Section 2 of the Spine Software License grants the right to create and distribute derivative works of the Spine Runtimes.

Documentation

See the Spine runtime documentation for documentation applicable to all runtimes. See each runtime's README.md for runtime specific documentation.

Bugs, enhancements, and tasks

Review our backlog of bugs, enhancements, and tasks in the spine-runtimes and spine-editor issue trackers. However, you may find it more convenient to use the spine-runtimes waffle and spine-editor waffle, which provide a nicer view of the same issue tracker information.

Versioning

The code provided here is continuously under development. Generally the latest Git master source works with the data exported from the latest version of Spine. The Spine version can be frozen at a specific Spine version that matches the Spine Runtimes source being used. Occaisionally the Spine Runtimes are tagged to work with a specific Spine version.