Hacker News new | ask | show | jobs
by davefol 625 days ago
I'm working on a 2D computational geometry library with a focus on irregular part packing in Rust. IE laying out laser cuts for wood or water jet for metal. https://crates.io/crates/babushka

I've got some nice types set up and a no fit polygon algorithm. Working on the genetic algorithm for packing à là svgnest.