A Java wrapper of the Triangle mesh generator and delaunay triangulator tool.
This is very much a WIP and subject to changes at my whim! You have been warned.
... getting ahead of myself. it doesgstn't do anything quite yet
# compile shared library
cmake ./JTriangleJNI
make all
# build natives jar
mvn clean install
# build jar
cd JTriangle
mvn clean installjavac -h .JTriangleJNI/src/ JTriangle/src/main/java/JTriangle.java JTriangle/src/main/java/LibUtils.java- JCuda for its structuring as platform-specific natives libraries plus the general-purpose Java libraries
- Jonathan Richard Shewchuk for the wonderful Triangle tool
The original Triangle source code is distributed in this project. Refer to the README of that project for licensing and stipulations.
Some code has been taken from the JCuda project. Refer to the file headers for licensing and stipulations.
Copyright © 2020 Stevan Dedovic
Distributed under the Eclipse Public License v2.0.