Skip to content

A Julia interface to Jonathan Richard Shewchuk's Triangle library.

License

Notifications You must be signed in to change notification settings

cowfarts/Triangle.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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

About

A Julia interface to Jonathan Richard Shewchuk's Triangle library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%