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
- Host: GitHub
- URL: https://github.com/miho/visoline
- Owner: miho
- License: other
- Created: 2015-12-09T16:48:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T14:21:56.000Z (about 8 years ago)
- Last Synced: 2025-03-22T04:51:15.869Z (10 months ago)
- Language: Java
- Homepage:
- Size: 609 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VIsoline
[  ](https://bintray.com/miho/VIsoline/VIsoline/_latestVersion)
Marching Squares Based Isoline/Contour library

## 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