-
-
Notifications
You must be signed in to change notification settings - Fork 932
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
Comments
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 :) |
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. |
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! |
Sure thing, I'd like to help. |
No description provided.
The text was updated successfully, but these errors were encountered: