• Editor
  • Spine on Android without Libgdx

Is there a way to use Spine in simple android view/widget without libgdx?

Im working on a non game app, and i would like to include some complex animations. Libgdx is great for my game programming needs, but it would add some needless overhead into native app.

Perhaps its something i could tackle...

Related Discussions
...
  • Изменено

I'm afraid you'd need to implement rendering yourself. You could take apart spine-libgdx for most of your needs.

Cool, ill see what I can do.