OrcaSlicer-bambulab/deps_src/libigl/igl/copyleft
Louis Rossmann c661ddc2eb
Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
Initial release
2026-05-11 07:39:33 -05:00
..
cgal Initial release 2026-05-11 07:39:33 -05:00
comiso Initial release 2026-05-11 07:39:33 -05:00
cork Initial release 2026-05-11 07:39:33 -05:00
opengl2 Initial release 2026-05-11 07:39:33 -05:00
tetgen Initial release 2026-05-11 07:39:33 -05:00
marching_cubes.cpp Initial release 2026-05-11 07:39:33 -05:00
marching_cubes.h Initial release 2026-05-11 07:39:33 -05:00
marching_cubes_tables.h Initial release 2026-05-11 07:39:33 -05:00
offset_surface.cpp Initial release 2026-05-11 07:39:33 -05:00
offset_surface.h Initial release 2026-05-11 07:39:33 -05:00
progressive_hulls.cpp Initial release 2026-05-11 07:39:33 -05:00
progressive_hulls.h Initial release 2026-05-11 07:39:33 -05:00
progressive_hulls_cost_and_placement.cpp Initial release 2026-05-11 07:39:33 -05:00
progressive_hulls_cost_and_placement.h Initial release 2026-05-11 07:39:33 -05:00
quadprog.cpp Initial release 2026-05-11 07:39:33 -05:00
quadprog.h Initial release 2026-05-11 07:39:33 -05:00
README.md Initial release 2026-05-11 07:39:33 -05:00
swept_volume.cpp Initial release 2026-05-11 07:39:33 -05:00
swept_volume.h Initial release 2026-05-11 07:39:33 -05: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.