I'm new in createJS. I saw many tutorials but could not find a way to add spine properly in any of them. Please tell me how to run spine in createjs.
Thank You
The Bharat
Spine Animation is not working in createjs / easeljs.
TheBharat Hello
We don't maintain a runtime for EaselJS, so I'm unable to assist with that directly.
There is this runtime, developed by a third party, but it was last updated 11 years ago. It won't be compatible with the latest Spine-exported assets, though it might serve as a useful starting point if you're interested in exploring its code.
That said, note that the last update on the EaselJS website dates back to February 2018—over 7 years ago.
If you're targeting the web, I recommend using one of our spine-ts
based runtimes instead.
- Use the
spine-player
if your goal is simply to showcase your skeletons online. - For integration with more advanced rendering libraries, consider
spine-pixi
orspine-phaser
.
Thank you so much Davide..