layout rectangles
in
Programming Questions
•
2 years ago
I have those rectangles, i need them to form a close shape with as less white between them as possible.
First i thought of treemaps, but treemaps aren's right for that (as far as i figured out) cause the aspect ratio and size of each rectangle has to stay the same. One important note btw, they can rotate 90 degrees! That doesn't matter.
Does someone know if and how this is possible?
1