Skip to content
Snippets Groups Projects
Isaak Lim's avatar
Isaak Lim authored
8a3d334f
History

OpenMesh Python Bindings

OpenMesh python bindings implemented with pybind11 that are tightly integrated with numpy.

Installing

  1. recursively clone the repo
  2. cd to repo dir
  3. pip install -e . (or pip install -e . --user if you are not root or in a virtualenv)