Behavior Tree Editor v2 for gdx-ai
TODO: Readme
See bte-test for example usage
import gradle project, gradle install
Stick this into your build.gradle
repositories {
...
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.piotr-j.bte2:bte:0.7.1'
// lwjgl3 required
compile 'com.github.piotr-j.bte2:bte-window:0.7.1'
}
Replace 0.7.1
with master-SNAPSHOT
to get the latest commit on the master branch.
Read jitpack docs if you have any problems!