If false, the algorithm should just pack rectangles into the arrangement that makes the least empty space, instead of packing them in order.
This will require a new method on output classes, something like get_rects_and_indices() -> Array[Dictionary]? Kinda lame but could be worse.
If
false, the algorithm should just pack rectangles into the arrangement that makes the least empty space, instead of packing them in order.This will require a new method on output classes, something like
get_rects_and_indices() -> Array[Dictionary]? Kinda lame but could be worse.