potpack
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  ## 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