A Julia interface to Jonathan Richard Shewchuk Triangle.
At the moment the library will use only CDT, planning to expand later.
Note that while this binding-library is under a permissive license (MIT), the original Triangle library isn't:
Please note that although Triangle is freely available, it is copyrighted by the author and may not be sold or included in commercial products without a license.
So be wary of any possible conflict between your project license and Triangle's
using Pkg
add("Triangle")
# Pkg.add("Triangle") on julia prior to v0.7
The build proces uses VC++ binary to build so be sure you have it before running the build part.
Include the module (using Triangle
).
You can use Julia ?Triangle.methodname
for inline documentation. Documentation can be read on https://cvdlab.github.io/Triangle.jl/ .