Skip to content
/ spine Public
forked from GodotExplorer/spine

Spine module for godot game engine

License

Notifications You must be signed in to change notification settings

juno181/spine

 
 

Repository files navigation

This module is backport version branch forked from (https://github.com/GodotExplorer/spine). The master branch's current Godot version is 3.2 and I changed spine runtime that can run 2.1.25 version. Some property of current version is depreciated, it may not fully compatible with current version. So use this module only spine 2.1.25

About the license

This module is forked from GodotExplorer's branch.

And GodotExplore's module is forked from sanikoyes's godot branch and some of the code is forked from godot-spine-module. Both of the code are declared as MIT license.

The license of this module is under the Spine Runtimes Software License.

Usage

Add this code under modules/spine in your Godot source tree. You may either copy it or use git submodule add.

Build Godot using scons platform=x11 tools=yes target=release_debug or whatever build options you prefer.

Use the Spine type in your scene tree and load your animation into it as a resource.

Further reference

The Spine API Reference is useful to learning more about how the code works.

About

Spine module for godot game engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.5%
  • C++ 10.7%
  • Other 0.8%