Skip to content

cvdlab/Triangle.jl

Repository files navigation

TRIANGLE.jl

Build Status Windows build status Coverage Status Read the Docs DOI FOSSA Status

A Julia interface to Jonathan Richard Shewchuk Triangle.

HELP WANTED FOR MANTAINING THE LIBRARY

Library notes

At the moment the library will use only CDT, planning to expand later.

Licensing note

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

Installation

using Pkg
add("Triangle")

# Pkg.add("Triangle") on julia prior to v0.7

Windows

The build proces uses VC++ binary (2013 version) to build so be sure you have it before running the build part.

API

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/ .