2D bin packing algorithm for haskell. (useful for creating texture atlases)
Stars
3
Forks
1
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
9
commits
Added binSize function.
f5536ab
Update README.md
d47eeb1
Create README.md
8e0984b
Added bin debug program and fixed space loss bug.
221b25d
Moved to use vectors and fixed a bug in packArray.
a45822a
Added some documentation.
0b3afe5
Minor quillotine unfragment improvement.
55d71e1
Somewhat tested combined skyline and guillotine algorithm.
d5bb356
Barely tested skyline packing algorithm.
4c00929