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

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

documentation
feature

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

unit-tests
feature

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.

feature

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

feature

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

feature

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

feature

#### 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) ![image](https://user-images.githubusercontent.com/20612904/90938287-9a94f980-e3bd-11ea-8dc7-4a786cc2704c.png)...

feature

Hello, it seems that heat geodesic is implemented only for triangular meshes. Is there any implementation plan for tetrahedral meshes? thanks, Petr Henyš

feature

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

cmake
feature
discussion needed

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

feature