glyg / cgal4py

A fork of Meagan Lang's cgal4py repository, adapted to python 3
2 stars 1 forks source link

==================== Update march 24 2020

This project is now an archive, and is not maintained (if it ever was). A development effort based on pybind11 to ease the use of CGAL from Python is underway here <https://github.com/krober10nd/simple_cgal>_

====== README

This is a fork of Meagan Lang's @langmm cgal4py - original project can be found on bitbucket. I forked it to be able to compile and use it with python 3.6.

For the moment I stripped all the parallel code.

cgal4py is a Python interface for using the CGAL <http://www.cgal.org>_ Delaunay triangulation classes in any number of dimensions. Triangulation in parallel is also supported using the algorithm described in Peterka, Morozov, & Phillips (2014) <http://mrzv.org/publications/distributed-delaunay/>. Documentation for cgal4py can be found here <http://cgal4py.readthedocs.io/en/latest/>_.


Licensing

cgal4py is released as open source software under a BSD license.


Requirements

For running in serial:

For running in parallel you will need the above plus:


Installation

From Source

TODO


Who do I talk to?

This package is currently maintained by Meagan Lang <mailto:langmm.astro@gmail.com>. This fork is maintained by Guillaume Gay <mailto:guillaume@damcb.com>