Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • algorithms
  • openflipper-integration
  • 1.2.1
  • 1.2.0
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.0
13 results

openmesh-python

  • Clone with SSH
  • Clone with HTTPS
  • Isaak Lim's avatar
    Isaak Lim authored
    bff5da3a
    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)