rectangle-packing
Code to pack rectangles into a bigger rectangle. Useful for texture packing for OpenGL.
$ area51 add rectangle-packingCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(rectangle-packing:some-function ...)