You can import this project into IntelliJ or Eclipse.
Right-click on the example and select run
.
./gradlew run -Pmain=examples.HeightMap
./gradlew run -Pmain=examples.CubicMap
Edit Main.java
with your own code. (You can delete the examples.) Then
To run:
./gradlew run
To build a zip file you can distribute:
./gradlew distZip