Skip to content

An effort to implement 2D irregual bin packing for laser cutters and cnc milling.

License

Notifications You must be signed in to change notification settings

YChuan1115/nestcpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An effort to implement 2D irregual bin packing for laser cutters and cnc milling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.6%
  • Makefile 4.4%