Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to support skeletal animation tools like Spine? #10

Closed
coolzilj opened this issue Jun 8, 2018 · 4 comments
Closed

Is it possible to support skeletal animation tools like Spine? #10

coolzilj opened this issue Jun 8, 2018 · 4 comments

Comments

@coolzilj
Copy link

coolzilj commented Jun 8, 2018

No description provided.

@luanpotter
Copy link
Member

Not currently.

Is this the Spine you are referring to? I'm unfamiliar with it, could you elaborate on that?

From what I've gathered, sadly it's a proprietary and paid software, so I don't know how we could integrate with it. From what I quickly saw at their website, they allow to create more natural feeling animations that would take an inordinate amount of frames to do with simple sprite sheets; is there an open format or specification to define this, so that we can support it? If you like, you can contribute with a PR :)

@coolzilj
Copy link
Author

coolzilj commented Jun 8, 2018

Thx for the quick response, yes, we're talking the same Spine.

Actually the Spine runtimes are all open sources, including the official ones, except the Spine Editor(Paid), so specification is not hard to find(I supposed, actually this is my first time to work with it).

I found two dart runtimes but all based on html/webgl, StageXL_Spine(based on StageXL engine), FedeOmoto/spine.

I'm digging the sources, trying to find a clue.

@luanpotter
Copy link
Member

I see, it looks like there is plenty of documentation and open implementations for several languages, including Dart for web, which would make it very feasible to understand and implement this inside flame.

It would be a great addition to the platform, but also a monumental work, for which I sadly don't quite have the time right now. If you want to help creating this binding, please feel free, and I can provide all assistance related to Flame. Otherwise, I'll have that as one of our goals for a future time. Thanks for you suggestion!

@coolzilj
Copy link
Author

coolzilj commented Jun 8, 2018

Sure thing, I'd like to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants