Skip to content

jsyang/2DBinpacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

2D Binpacking
jsyang.ca@gmail.com

Not much to say: packing algorithm is shelf-based,
pre-sort the rectangles and use descending height,
if you can't fit the width of the current rect onto
the current shelf, create a new shelf.

Implemented from the tutorials:
http://users.cs.cf.ac.uk/C.L.Mumford/heidi/BinPacking.html

About

shelf based packing algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published