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

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.