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-packingコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(rectangle-packing:some-function ...)