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

website: libigl.github.io/libigl/

Topics:

#geometry-processing #3d #gamedev #mesh #editor #assets #tooling #internal #graphics

BruegelN ea48d38056 Due to the changes in glfw::Viewer one should pass a parameter when calling data() to select a mesh. In C++ mesh_id=-1 by default ( the last element). This commit adds this behaviour for the python bindings. 6 years ago
.github 5066b5d253 Create pull_request_template.md (#931) 7 years ago
cmake 7e0e6a87e0 Update libigl.cmake 6 years ago
include 16b8ab326c Merge pull request #1205 from rodyo/dev 6 years ago
python ea48d38056 Due to the changes in glfw::Viewer one should pass a parameter when calling data() to select a mesh. In C++ mesh_id=-1 by default ( the last element). This commit adds this behaviour for the python bindings. 6 years ago
tests 450935874f Extending igl::cat to work with std::vectors AND Allowing N-gons in writeOBJ (#1108) 6 years ago
tutorial daf7d0707c Merge pull request #978 from jdumas/multiple-views 7 years ago
.appveyor.yml 10e04cbef5 Update GLFW to 3.3 (#1153) 6 years ago
.gitignore 72f08a45b8 ignore tests data 7 years ago
.mailmap 83eacd6100 mailmap test 11 years ago
.travis.yml 10e04cbef5 Update GLFW to 3.3 (#1153) 6 years ago
CMakeLists.txt 10e04cbef5 Update GLFW to 3.3 (#1153) 6 years ago
LICENSE.GPL 166ae80c7e strip copyrights 12 years ago
LICENSE.MPL2 166ae80c7e strip copyrights 12 years ago
README.md fc7ecbb046 Warning about rewritten history (fix #992). 7 years ago

README.md

libigl - A simple C++ geometry processing library

Build Status Build status

Documentation, tutorial, and instructions at https://libigl.github.io.

:exclamation: On October 15, 2018, a new, cleaned-up history was pushed onto the main libigl repository. To learn more about the consequences of this, and troubleshooting, please read this page.