Commit Graph
9 Commits
Author SHA1 Message Date
b0fd49d598 CMake refactor (#1805)
* Start CMake refactoring.

* WIP on instlal().

* Handle install + hunter setup.

* Handle module options + igl_include helper.

* Build all tutorials again.

* Update CMake for unit tests.

* Update triangle lib.

* Update Hunter integration.

* Fix for header-only mode.

* Fix Windows compilation + add GMP/MPFR find_package + set VS folders.

* Fix CGAL build.

* Add copy dll for Windows + improve find gmp/mpfr.

* Update Github Actions.

* Update README.

* Fixes for CMake 3.18

* Fix include option.

* Rename libigl_imgui_front to avoid conflicts.

* Fix when disabling unit tests.

* Build imguizmo with C++11.

* Update CMake option comments.

* Rename nonfree -> restricted.

* Update triangle and tetgen versions.

* Fix compilation issue.

* Update continuous.yml

* remove cork

* finding matlab with default

* mosek module compiles; default detected; osx dylib hack

* Reduce build parallelism.

* Fix find GMP/MPFR on Windows + cleanup CGAL changes.

* Update readme.

Co-authored-by: Alec Jacobson <alecjacobson@adobe.com>
Co-authored-by: Alec Jacobson <alecjacobson@gmail.com>
2022-02-09 18:58:40 -08:00
Alec Jacobson d46d9c8ef5 use set_data instead of set_color 2019-12-01 01:51:23 -05:00
Roi Poranne 0f40780d5d Multiple viewports. 2018-10-24 11:15:21 -04:00
ZM-LT 859b9b618b fix header.
Former-commit-id: 3027e21300
2018-08-17 00:02:38 +02:00
ZM-LT 174ac59db6 update M_PI to igl::PI. header file inclusion for some files are also added.
Former-commit-id: 7565b77de7
2018-08-09 23:04:36 +02:00
Jérémie Dumas e47cf8ae94 Merge remote-tracking branch 'upstream/master' into viewer
Former-commit-id: 93ac038d96
2018-03-01 20:18:46 -05:00
Alec Jacobson 5c32bd7478 cleanup
Former-commit-id: f50084cacb
2018-02-23 09:55:07 -05:00
Jérémie Dumas c7b07669e7 Update new tutorial.
Former-commit-id: c100a4015b
2018-02-17 18:44:39 -05:00
Daniele Panozzo cac2bc0494 fixed compilation problems
added tutorial
removed debug prints


Former-commit-id: 5215a21524
2018-02-16 13:52:17 -04:00