Any tonegodGUI users out there?

I’ve just released a new version of tonegodGUI, targeting v3.2.1 of jMonkeyEngine.

You can find the JARs on GitHub at:
Release tonegodgui v0.1.1 · stephengold/tonegodgui · GitHub
and on Bintray at:
Package tonegodgui - stephengold

If you use Gradle, your build script should include:

repositories {
    maven { url 'https://dl.bintray.com/stephengold/tonegod' }
}
dependencies {
    compile 'tonegod:tonegodgui:0.1.1'
}
2 Likes