Skip to content

Credits

compas_nest is the COMPAS / Python binding of the OpenNest C++ nesting engines. The engines build substantially on the published methods of the projects below — with many additions of their own. We gratefully credit the original authors for the underlying techniques.

OpenNest

Original OpenNest Grasshopper plugin, the C++ nesting engines, and the enhancements wrapped here by Petras Vestartas. https://github.com/petrasvestartas/OpenNest

Nesting algorithms (methods translated & extended)

Physics / strip-packing (method behind opennest_collision / nest_physics)

Geometry libraries (used directly)

Python binding


compas_nest is released under the MIT License (see LICENSE). Each dependency keeps its own license; if you redistribute, include the upstream licenses for the bundled components (Clipper2, Boost.Polygon).