An open API service indexing awesome lists of open source software.

https://github.com/miho/visoline

Marching Squares Based Isoline/Contour Library
https://github.com/miho/visoline

Last synced: 9 months ago
JSON representation

Marching Squares Based Isoline/Contour Library

Awesome Lists containing this project

README

          

# VIsoline
[ ![Download](https://api.bintray.com/packages/miho/VIsoline/VIsoline/images/download.svg) ](https://bintray.com/miho/VIsoline/VIsoline/_latestVersion)

Marching Squares Based Isoline/Contour library

![](/resources/img/screenshot-01.png)

## How to Build VIsoline

### Requirements

- Java >= 1.8
- Internet connection (dependencies are downloaded automatically)
- IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage)

### IDE

Open the `VIsoline` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8.1) and build it
by calling the `assemble` task.

### Command Line

Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/VIsoline`) and enter the following command

#### Bash (Linux/OS X/Cygwin/other Unix-like shell)

sh gradlew assemble

#### Windows (CMD)

gradlew assemble