A simple triangulation engine that wraps around GLU's tessellation system.
$ area51 add glu-tessellate
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (glu-tessellate:some-function ...)