In our application, we need to calculate the number of sheets required to perform a manufacturing process.
So we start with a number of sheets of material, all of the same dimension - these are 2d, so it'll just be length x girth. We have a number of items to be cut from these sheets, all with different dimensions. We need to figure out how many sheets will be required for a list of items, and try to find the most efficient way of using the sheets. What'd be a huge plus is the ability for it to draw a simple diagram of how it'll look on the sheets.
I'm just wondering if there are any free libraries available that can do this?