Fork of PyMesh/PyMesh with distributable wheels.
Python bindings for geometry processing: booleans, self-intersection, repair, remeshing, convex hull, outer hull, tetrahedralization, winding numbers.
pip install pymesh2 --find-links https://github.com/PozzettiAndrea/PyMesh/releases/latest/download/This fork applies minimal patches to enable modern builds:
- Python 3.10–3.13 support (pybind11 v2.13.6)
- Modern compilers (GCC 10+, Clang 15+, MSVC 2022)
- Cross-platform wheels (Linux, macOS ARM64, Windows)
GPL-3.0 — same as upstream PyMesh.
- PyMesh by Qingnan Zhou (NYU)