Join Nostr
2025-12-07 04:27:02 UTC

Cleo Menezes Jr. 🌵 on Nostr: I initially used the Shelf algorithm to build the mosaic, but I ran into limitations ...

I initially used the Shelf algorithm to build the mosaic, but I ran into limitations I didn't like. I'm testing a hybrid approach: MaxRects algorithm augmented with some BSP algorithm features to improve space utilization and partitioning flexibility.

I need to weigh the pros and cons: a hybrid MaxRects with BSP improves space utilization and flexibility (fills gaps and eases reorganization) but increases computational complexity and processing cost.

Any thoughts?