Skip to content

rvandoosselaer/Jme-utils

Repository files navigation

jme-utils jme-utils

A utility library for jMonkeyEngine

Build Status Codacy Badge

How to use it

⚠️ This library is still under active development! The published version on jcenter is a SNAPSHOT version and could be changed at any time.

You can include this library in your gradle project by adding this in your build.gradle file.

repositories {
    maven {
        url  "https://dl.bintray.com/remyvd/rvandoosselaer" 
    }
}

dependencies {
    implementation 'com.rvandoosselaer:jme-utils:1.0.0'
}

Documentation

General documentation can be found on the wiki. The javadoc can be found at the gh-pages.

Contributing

If you have a bug or an idea, you can create a ticket for it here.

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details

Acknowledgements