OrcaSlicer-bambulab/deps_src/libigl/igl/copyleft
2026-05-11 19:29:55 +01:00
..
cgal Initial release 2026-05-11 19:29:55 +01:00
comiso Initial release 2026-05-11 19:29:55 +01:00
cork Initial release 2026-05-11 19:29:55 +01:00
opengl2 Initial release 2026-05-11 19:29:55 +01:00
tetgen Initial release 2026-05-11 19:29:55 +01:00
marching_cubes.cpp Initial release 2026-05-11 19:29:55 +01:00
marching_cubes.h Initial release 2026-05-11 19:29:55 +01:00
marching_cubes_tables.h Initial release 2026-05-11 19:29:55 +01:00
offset_surface.cpp Initial release 2026-05-11 19:29:55 +01:00
offset_surface.h Initial release 2026-05-11 19:29:55 +01:00
progressive_hulls.cpp Initial release 2026-05-11 19:29:55 +01:00
progressive_hulls.h Initial release 2026-05-11 19:29:55 +01:00
progressive_hulls_cost_and_placement.cpp Initial release 2026-05-11 19:29:55 +01:00
progressive_hulls_cost_and_placement.h Initial release 2026-05-11 19:29:55 +01:00
quadprog.cpp Initial release 2026-05-11 19:29:55 +01:00
quadprog.h Initial release 2026-05-11 19:29:55 +01:00
README.md Initial release 2026-05-11 19:29:55 +01:00
swept_volume.cpp Initial release 2026-05-11 19:29:55 +01:00
swept_volume.h Initial release 2026-05-11 19:29:55 +01:00

IGL copyleft subdirectory

Functions in the include/igl/copyleft/ subdirectory are in the igl::copyleft:: namespace to indicate that they are under a more aggressive copyleft than MPL2 used for the main include/igl directory and igl:: namespace. Most notably, this subdirectory includes code that is under GPL.

Typically a company planning on developing software without releasing its source code will avoid or purchase licenses for such dependencies. If you do obtain such a license for the dependencies employed here, you are free to use the libigl functions here as per their MPL2 license.