OrcaSlicer/deps_src/libigl/igl/copyleft
SoftFever 883607e1d4
Refactor folder (#10475)
Move many third-party components' source codes from the src folder to a new folder called deps_src. The goal is to make the code structure clearer and easier to navigate.
2025-08-22 20:02:26 +08:00
..
cgal Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
comiso Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
cork Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
opengl2 Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
tetgen Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
marching_cubes.cpp Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
marching_cubes.h Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
marching_cubes_tables.h Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
offset_surface.cpp Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
offset_surface.h Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
progressive_hulls.cpp Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
progressive_hulls.h Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
progressive_hulls_cost_and_placement.cpp Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
progressive_hulls_cost_and_placement.h Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
quadprog.cpp Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
quadprog.h Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
README.md Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
swept_volume.cpp Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
swept_volume.h Refactor folder (#10475) 2025-08-22 20:02:26 +08: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.