potpack icon indicating copy to clipboard operation
potpack copied to clipboard

A tiny rectangle packing JavaScript library (for sprite layouts)

Results 2 potpack issues
Sort by recently updated
recently updated
newest added

Implementing this simple change in my project saw consistent improvements of 1% packing efficiency. Thank you for such a useful library! ## Before: 96.95% space efficiency ![potpack_old](https://github.com/user-attachments/assets/05341f28-5621-4cae-8c81-c7eaa4af68dc) ## After: 97.96%...

When preparing box-areas for a custom uv-unwrapping algorithm, I end up with small boxes that combined together will fit a total area around 1 unit large, e.g.: ```javascript [ {...

question