BSLIVE / Mosaic Packing of Suzanne Heads
Have you ever wanted to pack lots of random images or photos or renders into one single mosaic? Well, I do!
I know a Python module that does exactly the job:
https://github.com/qnzhou/Mosaic
The creator Qingnan Zhou explains:
Mosaic Generator uses a random greedy algorithm to pack as many images as possible into a canvas for a given size.
I first render a bunch of Suzanne head randomly rotated using Animation Nodes. Then I use the Mosaic Generator module to generate the result.
This is a fun experiment for you to try. Requires just a bit familiarity with Python and command line and you should be good to go.