Skip to content

rednblackgames/h2d-libgdx-bvb-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperLap2D libGDX BVB Extension

HyperLap2D extension for libgdx runtime that adds BVB rendering support. This format allow to bound Talos VFXs to Spine Animation.

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.talos:runtime-libgdx:$talosVersion"
    api "games.rednblack.talos:bvb-libgdx:$talosVersion"
    api "games.rednblack.hyperlap2d:libgdx-bvb-extension:$h2dSpineExtension"
}

Maven

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

BVB Runtime compatibility

HyperLap2D Spine Talos Legacy
0.1.5-SNAPSHOT 4.2.0 1.5.1-SNAPSHOT
0.1.4 4.1.0 1.5.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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages