spine animation runtime libraries for various languages

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

Mario Zechner 108f9bf355 [haxe] Plan for serializer generator před 1 dnem
.github 75420e196a Switch C++ compatibility workflow to Ubuntu 22.04 před 1 dnem
examples 522785b8fb [haxe] Fixed sack example export. před 1 měsícem
formatters 619c076da2 Add spine-c bindings check automation před 1 dnem
spine-android 1efd045a83 Final clean-up of all Bash scripts except examples/**/*.sh and spine-godot/build/*.sh před 6 dny
spine-c 7534416489 [c] Fix nullability evaluation for return and parameter types. type contains * and no &? nullable před 1 dnem
spine-cocos2dx b544dd99ed [formatters] C/C++ formatting před 1 týdnem
spine-cpp 3e67c82a22 [cpp] Fix UB in attachment timeline binary parsing před 1 dnem
spine-csharp ad1f910338 [unity] Port of commit 25bd863: Reverse IK bend positive logic.[..]Requires 4.3.39-beta+. před 2 dny
spine-flutter 24e4f39d45 [flutter] Regenerated bindings před 1 dnem
spine-glfw 92022e9c76 [glfw] Fix compilation errors due to nullability před 1 dnem
spine-godot b544dd99ed [formatters] C/C++ formatting před 1 týdnem
spine-haxe c10bc05088 [haxe] Port of commit 25bd863: Reverse IK bend positive logic (#2895). před 2 dny
spine-ios 1efd045a83 Final clean-up of all Bash scripts except examples/**/*.sh and spine-godot/build/*.sh před 6 dny
spine-libgdx 235aa7b928 [tests] No explicit skeleton.setupPose() call. před 5 dny
spine-monogame f5d728d49d [monogame] Minor cleanup, removed ColorUnity from project. před 1 týdnem
spine-sdl b544dd99ed [formatters] C/C++ formatting před 1 týdnem
spine-sfml b544dd99ed [formatters] C/C++ formatting před 1 týdnem
spine-ts 3bec86e5bd [ts] Port of commit 25bd863: Reverse IK bend positive logic (#2895). před 2 dny
spine-ue 1efd045a83 Final clean-up of all Bash scripts except examples/**/*.sh and spine-godot/build/*.sh před 6 dny
spine-unity 75e58c70ce [unity] Fixed SkeletonGraphic shader texcoord precision issue. Closes #2892. před 1 týdnem
spine-xna 86cd8668ca [xna] Removed spine-xna in favor of spine-monogame. před 3 roky
tests 108f9bf355 [haxe] Plan for serializer generator před 1 dnem
todos 108f9bf355 [haxe] Plan for serializer generator před 1 dnem
.git-blame-ignore-revs c858b1a9f3 Fix .git-blame-ignore-revs před 2 roky
.gitattributes bd8cb36cec Force LF line endings for source code files před 1 týdnem
.gitignore 3e622605b3 [c] Ignore nullable.md před 1 dnem
CHANGELOG.md f509cd160b [unity] Increased officially compatible Unity version to 6000.1. před 3 týdny
LICENSE f08d58dc98 License header update. před 3 měsíci
Package.swift d409ff23ff Fix format-xx.sh files wrt logging, add proper Swift formatting configuration. před 6 dny
README.md ec395f00e1 [all] Updates documentation. (#2805) před 3 měsíci
Spine.podspec 88230582c2 [iOS] merge shader header and disable cpp-interp in example project (#2808) před 3 měsíci
SpineConfig.cmake.in 373a163c3f Add CMake Target Exporting & option to disable testing in the build (#2329) před 2 roky
SpineCppLite.podspec da8131e0e1 [ios] Fix version in podspec files, update example/export/runtimes.sh před 1 rokem
SpineShadersStructs.podspec da8131e0e1 [ios] Fix version in podspec files, update example/export/runtimes.sh před 1 rokem
flags.cmake d2c9442612 [tests] Use sanitizers for C++ před 1 dnem
generate-all-bindings.sh 619c076da2 Add spine-c bindings check automation před 1 dnem

README.md

Spine Runtimes

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

Licensing

You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge.

You can integrate the Spine Runtimes into your software free of charge, but users of your software must have their own Spine license. Please make your users aware of this requirement! This option is often chosen by those making development tools, such as an SDK, game toolkit, or software library.

In order to distribute your software containing the Spine Runtimes to others that don't have a Spine license, you need a Spine license at the time of integration. Then you can distribute your software containing the Spine Runtimes however you like, provided others don't modify it or use it to create new software. If others want to do that, they'll need their own Spine license.

For the official legal terms governing the Spine Runtimes, please read the Spine Runtimes License Agreement and Section 2 of the Spine Editor License Agreement.

Documentation

See the Spine Runtimes Guide for detailed information about using the Spine Runtimes. The Spine documentation page provides further information about tools and data formats. For runtime specific documentation, refer to the README.md file in each runtime directory.

Bugs, enhancements, and tasks

Review our backlog of bugs, enhancements, and tasks in the spine-runtimes and spine-editor issue trackers. Our roadmap provides a more convenient view of the same issue tracker information.

Versioning

The default branch on GitHub is stable and works with data exported from the latest, non-beta version of the Spine editor. New development is done in an X.X-beta branch, which may be a work in progress. Important changes to the runtimes can be reviewed in the CHANGELOG.md file. Occasionally the Spine Runtimes are tagged with the specific Spine editor version they work with.

It is highly suggested to freeze the Spine editor version to match the Spine Runtimes source being used and to update them in lock step. See the Spine Runtimes Guide for more information.

Contributing

In order to merge your contributions, we need a signed contributor license agreement (CLA) from you. You can send a copy of the CLA to [email protected].

When possible, it is best to base your contributions on the current beta branch (X.X-beta). Please be sure to follow the style and formatting you find in the respective runtime code to which you are contributing.