Skip to content

07. Rect Packing

John Seung Youp Baek edited this page Oct 26, 2017 · 2 revisions

Note

Visualizes rectangle packing in fixed size of area. This is also called as sprite packing, texture packing, etc.
Generates hundreds of random sized rectangle and tries to fit int fixed size of area.
See Reference below to see details about algorithm.

Preview (Click GIF to view on Youtube)

Rect PackingPreview

Reference

This is the Reference I used for this algorithm.

Clone this wiki locally