m-clare / cytriangle

New wrapper for Shewchuk's C Triangle Library with Cython
GNU Lesser General Public License v3.0
4 stars 2 forks source link

CyTriangle

A Python Wrapped Triangle Library via Cython

ci-tests code style license

CyTriangle is an object-oriented python wrapper around Jonathan Richard Shewchuk's Triangle library. From its documentation:

"Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis."

CyTriangle utilizes Cython to provide an object-oriented interface to Triangle to enable easier inspection and modification of triangle objects.