Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitrobin/spinehx
SpineHx is Haxe/OpenFL/NME port of spine-libgdx skeletal animation runtime. [INACTIVE]
https://github.com/nitrobin/spinehx
Last synced: 6 days ago
JSON representation
SpineHx is Haxe/OpenFL/NME port of spine-libgdx skeletal animation runtime. [INACTIVE]
- Host: GitHub
- URL: https://github.com/nitrobin/spinehx
- Owner: nitrobin
- License: other
- Created: 2013-04-28T05:50:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T04:07:22.000Z (over 10 years ago)
- Last Synced: 2025-02-01T09:06:07.070Z (10 days ago)
- Language: Haxe
- Homepage:
- Size: 672 KB
- Stars: 48
- Watchers: 11
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpineHx is Haxe/OpenFL/NME port of [spine](http://esotericsoftware.com/) skeletal animation runtime.
Works on Haxe 3 and OpenFL/NME
##Other active port
https://github.com/bendmorris/spinehaxe## Demos
AnimationStateTest : [Flash](https://spinehx-demos.googlecode.com/hg/v0.2/animationstatetest/flash/index.html) |
[HTML5](https://spinehx-demos.googlecode.com/hg/v0.2/animationstatetest/html5/index.html)MixTest : [Flash](https://spinehx-demos.googlecode.com/hg/v0.2/mixtest/flash/index.html) |
[HTML5](https://spinehx-demos.googlecode.com/hg/v0.2/mixtest/html5/index.html)SkeletonTest : [Flash](https://spinehx-demos.googlecode.com/hg/v0.2/skeletontest/flash/index.html) |
[HTML5](https://spinehx-demos.googlecode.com/hg/v0.2/skeletontest/html5/index.html)[Download Linux binaries](https://spinehx-demos.googlecode.com/hg/test01/linux-bin.tar.gz) |
[Download Android *.apk](https://spinehx-demos.googlecode.com/hg/test01/spinehx-AnimationStateTest-debug.apk) |## WARNING
It is experimental port. Need more tests.## License
BSD/Apache v2.0## Engines support
* HaxeFlixel - [Demo](http://haxeflixel.com/demos/FlxSpine/) | [FlxSpine.hx](https://github.com/HaxeFlixel/flixel-addons/blob/master/flixel/addons/editors/spine/FlxSpine.hx)
* Flambe - https://github.com/volkipp/spinehx/commit/cfb554e2a1d113594fba45a45c4fd984806c6499## Links
* [spine-runtimes](https://github.com/EsotericSoftware/spine-runtimes) - Original 2D skeletal animation runtimes for Spine.
* [libGDX](https://github.com/libgdx/libgdx) - Desktop/Android/HTML5/iOS Java game development framework## Tested targets
* flash
* cpp (linux32, android)
* html5## System requirements
* Haxe 3
* OpenFL 1.0.x