GitHunt
MG

mgeplf/cgal-pybind

cgal-pybind

CGAL Python binding with pybind11

Methods:

  • Skeletonization/contraction
  • Segmentation

Installation

$> 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 .

Test

$> python example/test

Requierements

  • cmake > 3.0.9
  • C++ compiler (with C++11 support)
  • trimesh Python package
  • CGAL header

Languages

C++72.2%Python23.5%CMake3.5%Shell0.8%

Contributors

Created June 21, 2020
Updated January 28, 2023
mgeplf/cgal-pybind | GitHunt