Skip to content
/ cgal4py Public

A Cython wrapper for CGAL C++ Delaunay triangulation classes.

License

Notifications You must be signed in to change notification settings

langmm/cgal4py

Repository files navigation

README

cgal4py is a Python interface for using the CGAL Delaunay triangulation classes in any number of dimensions. Triangulation in parallel is also supported using the algorithm described in Peterka, Morozov, & Phillips (2014). Documentation for cgal4py can be found here.

Licensing

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

Requirements

For running in serial:

  • Python 2.7
  • C++14 compiler
  • Cython
  • CGAL Version 3.5 or higher is required for periodic triangulations in 3D and version 4.9 or higher is required for periodic triangulations in 2D.

For running in parallel you will need the above plus:

Installation

From Source

  1. Clone the cgal4py package using git. $ git clone https://github.com/langmm/cgal4py.git
  2. From the distribution directory, execute the install script. $ python setup.py install If you do not have administrative privileges, add the flag --user to the above command and the package will be installed in your user package directory.

Who do I talk to?

This package is currently maintained by Meagan Lang

About

A Cython wrapper for CGAL C++ Delaunay triangulation classes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published