rectangle-packing

LLGPL, but I am flexible, ask me if you want something else.

Code to pack rectangles into a bigger rectangle. Useful for texture packing for OpenGL.

$ area51 add rectangle-packingCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(rectangle-packing:some-function ...)