libigl
libigl copied to clipboard
Simple MPL-2.0-licensed C++ geometry processing library.
#### Describe your feature request Is it possible to have a color bar to display the scalar field numerical values, e.g. Gaussian curvature? viewer.data().set_data() allows to present a scalar field...
I'm attempting to get arap_dof working with a 2D mesh. I've used BBW to generate some nice looking weights and arap_dof_precomputation seems to run ok but then when I call...
#### Describe your issue Mesh parsers like `readOFF` and `readOBJ` use the`sscanf` function for parsing mesh file formats, but `sscanf` parses float/double values locale dependent. This means for example with...
I'm very interested in using libigl for interactive simulations and posting them online. Supporting webassembly and webgl through emscripten could make any application linking against this library more accessible. I've...
#### Describe your issue Hi, I'm investigating the possibility of using libigl as a geometry processing core and import it into other languages so that I can write plugins for...
Text labels behind the viewer facing mesh surface are visible and cluttering the visualization in 106_ViewerMenu example (master branch of `libigl`): 
Leaving this as a note for now... https://github.com/libigl/libigl/blob/c645aac0c5852fad6fabe8c192fdc8675e607263/include/igl/shapeup.h#L11 This header includes a bunch of things that are not needed in the header and should be moved into the cpp.
I think there should be a banana for scale function to add to the viewer.
In the following files: ``` include/igl/active_set.cpp include/igl/flood_fill.cpp include/igl/histc.cpp include/igl/slice_into.cpp tutorial/502_LSCMParam/main.cpp ``` the static build instantiates some Eigen types with a floating point type which are then used to index other...
[vcpkg](https://github.com/Microsoft/vcpkg) is a cross-platform library manager, very hand to install third party dependencies. Would you consider adding `igl` to `vcpkg`? It is very easy simply creating a folder in `ports`...