rednblackgames / h2d-libgdx-spine-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperLap2D libGDX Spine Extension

HyperLap2D extension for libgdx runtime that adds Spine rendering support.

Integration

Gradle

maven-central sonatype-nexus

Extension needs to be included into your core project.

dependencies {
    api "com.esotericsoftware.spine:spine-libgdx:$spineVersion"
    api "games.rednblack.hyperlap2d:libgdx-spine-extension:$h2dSpineExtension"
}

Maven

<dependency>
  <groupId>games.rednblack.editor</groupId>
  <artifactId>libgdx-spine-extension</artifactId>
  <version>0.1.4</version>
  <type>pom</type>
</dependency>

Spine Runtime compatibility

HyperLap2D Spine
0.1.5-SNAPSHOT 4.2.0
0.1.4 4.1.0

License

Spine is a commercial software distributed with its own license, in order to include Spine support in your project, please, be sure to have a valid Spine License

About


Languages

Language:Java 100.0%