Skip to content

Constrained Delaunay Triangulation (Python)

License

Notifications You must be signed in to change notification settings

sampotter/PythonCDT

 
 

Repository files navigation

PythonCDT

Python bindings for CDT: C++ library for constrained Delaunay triangulation implemented with pybind11

If PythonCDT helped you please consider adding a star on GitHub. This means a lot to the authors 🤩

Building

Pre-conditions

  • Clone with submodules: git clone --recurse-submodules https://github.com/artem-ogre/PythonCDT.git
  • Make sure packages from requirements.txt are available.
# build the wheel and install the package with pip
pip3 install .
# run tests
pytest ./cdt_bindings_test.py

License

Mozilla Public License, v. 2.0

Contributors

About

Constrained Delaunay Triangulation (Python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.9%
  • C++ 48.8%
  • CMake 2.3%