spine-android runtime released
September 16th, 2024
We're happy to announce the general availability of our brand new spine-android
runtime.
Our new runtime makes it trivial to integrate Spine animations with your Android app, whether you are using Java or Kotlin. spine-android
is built on top of spine-libgdx, our reference runtime.
The core Spine Runtimes API is exposed as idiomatic Java, just like in our spine-libgdx runtime. On top of the core API, we've created Android-specific classes, like SpineView
. Integration with Jetpack Compose is also trivial.
spine-android
is regularly released to Maven Central and can be easily added as a dependency via Gradle.
To learn more, check out our spine-android documentation and have a look at the example projects.
Discuss this blog post on the forums!