Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 790 Bytes

File metadata and controls

20 lines (15 loc) · 790 Bytes

Python Triangle

Build Status Version Status Downloads

Python Triangle is a python wrapper around Jonathan Richard Shewchuk's two-dimensional quality mesh generator and delaunay triangulator library, available here.

This implementation of python triangle utilizes cython to wrap the C API as closely as possible.

See the documentation at http://dzhelil.info/triangle/