Skip to content

Go implementation of a two-dimensional rectangle bin packing algorithm.

License

Notifications You must be signed in to change notification settings

InfinityTools/go-binpack2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-binpack2d

GoDoc

About

Package binpack2d implements a two-dimensional rectangle bin packing algorithm in Go. It is loosely based on Jukka Jylänki's C++ implementation of RectangleBinPack -> MaxRectsBinPack.

Documentation

For docs, see https://godoc.org/github.com/InfinityTools/go-binpack2d .

License

The package binpack2d is released under the BSD 2-clause license. See LICENSE for more details.

Jukka Jylänki's RectangleBinPack is released as Public Domain.

About

Go implementation of a two-dimensional rectangle bin packing algorithm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages