| Crates.io | potpack |
| lib.rs | potpack |
| version | 0.1.2 |
| created_at | 2020-05-24 14:26:59.02428+00 |
| updated_at | 2020-05-24 16:12:40.55014+00 |
| description | Rust port of the potpack algorithm |
| homepage | https://github.com/adamnemecek/potpack |
| repository | https://github.com/adamnemecek/potpack.git |
| max_upload_size | |
| id | 245231 |
| size | 8,361 |
This is a Rust port of the potpack algorithm for packing 2D rectangles.
As mentioned in the original implementation README, is not the most optimal algorithm (it might waste like 7% of your texture), however it's very simple and fast.