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
  • OpenMesh Python Bindings pipeline status

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

    Installing

    Prebuild Binaries

    We provide prebuild wheels for installation with pip for the following configurations:

    Linux

    macOS 10.13

    Windows

    Building from source

    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)