Fast block placement algorithm, advice needed?
- by James Morris
I need to emulate the window placement strategy of the Fluxbox window manager.
As a rough guide, visualize randomly sized windows filling up the screen one at a time, where the rough size of each results in an average of 80 windows on screen without any window overlapping another.
It is important to note that windows will close and the space that…