libigl icon indicating copy to clipboard operation
libigl copied to clipboard

Simple MPL-2.0-licensed C++ geometry processing library.

Results 264 libigl issues
Sort by recently updated
recently updated
newest added

#### 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...

duplicate
viewer
feature

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...

question
feature

#### 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...

feature

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...

feature

#### 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...

feature

Text labels behind the viewer facing mesh surface are visible and cluttering the visualization in 106_ViewerMenu example (master branch of `libigl`): ![Screenshot from 2020-01-23 00-24-58](https://user-images.githubusercontent.com/4933032/72964332-db208c00-3d76-11ea-9a8e-91d2af1db18e.png)

viewer
feature

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.

feature

I think there should be a banana for scale function to add to the viewer.

viewer
feature

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...

compilation
feature

[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`...

compilation
feature