Skip to content

JavaSaBr/SimArboreal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimArboreal 1.3.0

This library provides API to generate trees for jMonkeyEngine.

How to use

Gradle

    repositories {
        maven { url 'https://jitpack.io' }
    }

    dependencies {
        compile 'com.github.JavaSaBr:SimArboreal:1.3.0'
        compile 'com.github.JavaSaBr:SimArboreal:1.3.0:assets'
    }

Maven

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

    <dependency>
        <groupId>com.github.JavaSaBr</groupId>
        <artifactId>SimArboreal</artifactId>
        <version>1.3.0</version>
    </dependency>
    
    <dependency>
        <groupId>com.github.JavaSaBr</groupId>
        <artifactId>SimArboreal</artifactId>
        <version>1.3.0</version>
        <classifier>assets</classifier>
    </dependency>

About

Library for generating tree models.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.9%
  • GLSL 31.1%