Geodels / tribad

Python binding to the triangle library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Triangle

Build Status Downloads

Installation

pip3 install tribad

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/

About

Python binding to the triangle library


Languages

Language:C 96.2%Language:Python 2.5%Language:Cython 1.2%Language:CMake 0.1%Language:Shell 0.1%