Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.18 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.18 KB

Triangle

master Test Status Release Wheels Status

Triangle is a python wrapper around Jonathan Richard Shewchuk's two-dimensional quality mesh generator and delaunay triangulator library, available here. This implementation utilizes Cython to wrap the C API as closely as possible. It is based upon work by Drufat (original Github and original Documentation).

This version modernises package structure, adds linting and type checking, and most importantly, adds fully-functional automated builds for all platforms.