libigl
libigl copied to clipboard
Simple MPL-2.0-licensed C++ geometry processing library.
I would suggest to switching to Doxygen-like syntax for the documentation since LVVM (clang) can detect problems in such written documentation e.g., wrong names of arguments, lack of documentation of...
There is a way for enabling extra exceptions for floating point arithmetic and type problems. It can be done on Linux with `feenableexcept()`. Im am not sure if googletest enables...
As I see some of the open issues are quite old. it would be probably nice to review them and close these ones which are not relevant anymore.
#### Describe your feature request Is it possible to draw the geometry as 4 sides than 3 sides or triangles? If you cannot draw quads do you guys know of...
#### Describe your feature request It would be lovely to have the possibility to computed the tufted laplacian for non-manifold meshes, described here https://www.cs.cmu.edu/~kmcrane/Projects/NonmanifoldLaplace/index.html #### Check all that apply (change...
Creating this pull request on behalf of @jdumas who brings up this issue here https://github.com/libigl/libigl/pull/1597 . There are many functions that use `Eigen::Random` or `rand` or `shuffle` that apparently should...
#### Describe your feature request Make labels stay on top of everything else. Currently, half of the text is submerged into the mesh. (The new text rendering pipeline #1549) ...
Hello, it seems that heat geodesic is implemented only for triangular meshes. Is there any implementation plan for tetrahedral meshes? thanks, Petr Henyš
#### Describe your feature request igl provides multiple targets depending on which options are on/off usually one wants to enable all necessary ones and link against all targets. I normally...
It would be nice to be able to call fTetWild instead or in addition to igl::copyleft::tetgen::tetrahedralize Also, it's under MPL license, so should easy to include in python binding. And...