kallaballa / nestcpp

An effort to implement 2D irregual bin packing for laser cutters and cnc milling.
GNU General Public License v3.0
32 stars 6 forks source link

nestcpp

An effort to implement 2D irregual bin packing for laser cutters and cnc milling. 2D IBP is about packing shapes (irregual polygons) as tightly as possbile to safe material when cutting from sheets. This project started out as a porting attempt of Svgnest but after some initial work i decided to implement it from scratch. A first step has been done by implementing no-fit polygon generation in a C++ library which is a fundamental optimization needed for 2D IBP.