CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
http://createjs.com/
MIT License
8.13k stars 1.97k forks source link

Can we have a spine plugin for easelJS? #620

Open liuyi opened 9 years ago

liuyi commented 9 years ago
  1. More and more game use Spine to create animation, so hope we can use spine in createJS. Would the feature be in the plan?
  2. Can we know the developing milestone? When the next version will be released?

Thanks!

gskinner commented 9 years ago

@liuyi is talking about Spine: http://esotericsoftware.com

Which would be great to support. Someone recently posted some initial support for it here: https://github.com/patrickmatte/Spine-EaselJS

It would be great to have full support for Spine. Ideally as a community effort. Reopening.

MannyC commented 9 years ago

I did up something for this a while ago, can't remember how far I got with it (it was functional and was the reason I was looking into the WebGL stuff).

How do you imagine this being packaged? I haven't seen an official list of optional extras, such as the filters.

macguffin commented 9 years ago

I have used Spine2D with CreateJS, whilst better support would be great I think this is more a Spine2D runtime request than one for you guys.

If you haven't used Spine"d you should give it a go, it's really cool. Think you might use Spriter, I looked at both but preferred this one. Once you have it set up it amazing how quickly you can animate and change things. I have a great workflow of CreateJS, texturePacker and Spine2D.

If you check out the javascript runtime it does have some stuff to integrate with your stuff which is newer than the link above. https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-js

On Fri, May 22, 2015 at 7:11 PM, MannyC notifications@github.com wrote:

I did up something for this a while ago, can't remember how far I got with it (it was functional and was the reason I was looking into the WebGL stuff).

How do you imagine this being packaged? I haven't seen an official list of optional extras, such as the filters.

— Reply to this email directly or view it on GitHub https://github.com/CreateJS/EaselJS/issues/620#issuecomment-104733465.

macguffin and shemp

Matt Hutchinson

m: 07950 262 263 e: matt@macguffinandshemp.com w: http://www.macguffinandshemp.com

liuyi commented 9 years ago

Thanks for all you guys! The spine plugin for createJS is in my plan(I am write a html5 game editor, need this function ). But I have to finished my game first. Maybe it would need half year or one year. Hope I can do something after that.

j-rewerts commented 6 years ago

Any news on this? Sounds interesting.