Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eronana/rect-pack
https://github.com/eronana/rect-pack
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eronana/rect-pack
- Owner: Eronana
- Created: 2022-08-09T13:14:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T13:14:28.000Z (about 2 years ago)
- Last Synced: 2024-10-20T14:28:32.215Z (18 days ago)
- Language: TypeScript
- Size: 3.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rect pack
===
## Usage
see `src/test.ts` and `src/test2.ts`## Result
- 10000 random rectangles(1 <= width, height <= 100)
utilization: 25574275/26718512(95.72%)
![](test.png)- 1000 random rectangles(12 <= width, height <= 200)
utilization: 24582270/27164215(90.50%)
![](test2.png)