Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

mgeplf/cgal-pybind

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published