Marching Squares Based Isoline/Contour library
- Java >= 1.8
- Internet connection (dependencies are downloaded automatically)
- IDE: Gradle Plugin (not necessary for command line usage)
Open the VIsoline
Gradle project in your favourite IDE (tested with NetBeans 8.1) and build it
by calling the assemble
task.
Navigate to the Gradle project (e.g., path/to/VIsoline
) and enter the following command
sh gradlew assemble
gradlew assemble