CGAL Python binding with pybind11
- Skeletonization/contraction
- Segmentation
$> git clone https://github.com/CGAL/cgal.git $PATH_TO_GIT
$> git clone https://github.com/mgeplf/cgal-pybind.git
$> cd cgal-pybind
$> git submodule init
$> git submodule update
$> export CGAL_DIR=$PATH_TO_GIT
$> pip install .
$> python example/test
- cmake > 3.0.9
- C++ compiler (with C++11 support)
- trimesh Python package
- CGAL header