https://github.com/tleunen/spine-js
[DEPRECATED] Javascript runtime for Spine
https://github.com/tleunen/spine-js
Last synced: over 1 year ago
JSON representation
[DEPRECATED] Javascript runtime for Spine
- Host: GitHub
- URL: https://github.com/tleunen/spine-js
- Owner: tleunen
- License: bsd-2-clause
- Created: 2013-04-02T00:57:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T01:12:09.000Z (almost 12 years ago)
- Last Synced: 2025-02-28T14:08:17.808Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This repo is deprecated!
EstotericSoftware now has an [official JavaScript runtime for Spine](https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-js).
You can also use a specific [Turbulenz runtime](https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-turbulenz) if you're making a game with Turbulenz, or even use it integrated with [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/blob/master/src/pixi/extras/Spine.js)
## Spine-JS
Spine-JS is a Javascript runtime to use animations from Spine.
More info on Spine: [http://esotericsoftware.com](http://esotericsoftware.com)
### How to test
- Install NodeJS and NPM
- Start command `npm install` inside the spine-js folder
- Start command `grunt connect` to start the web server
- Go to `localhost:9001` with your browser
### Issues
- Scale in skins/attachment doesn't work properly
- Scale in skeleton doesn't work properly