nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.82k stars 199 forks source link

Add an example interfacing with OpenMesh #77

Closed nmwsharp closed 2 years ago

nmwsharp commented 4 years ago

https://www.graphics.rwth-aachen.de/software/openmesh/

Add an "integration" example similar to the existing ones (e.g. http://polyscope.run/integrations/libIGL/) for OpenMesh. If necessary, we can also add additional template adaptors to Polyscope to make this interface less painful.

vijaiaeroastro commented 2 years ago

Hey @nmwsharp. Perhaps this can serve as an example. I do not use any adaptors and simply convert the data though. So i am not really sure how useful it is 😃

https://github.com/vijaiaeroastro/openMeshPolyscope

nmwsharp commented 2 years ago

Added here: https://polyscope.run/integrations/openMesh/ Thank you!! I was lazy and basically just copy-pasted your code in. Let me know if you would ever like it updated.