repositorypackage
0.0.0-20241203013253-2e1c55753c19
Repository: https://github.com/aurora2500/rectpack.git
Documentation: pkg.go.dev
# README
Rectpack
This package implements a rectangle packing algorithm based on the 2014 paper Optimal Rectangle Packing: An Absolute Placement Approach.
The package uses the stdlib image
Point
and Rectangle
types to specify the sizes and positions to make it more directly plug & play with use cases developers might have.