This is an early alpha release of my 3-D UI in LISP. It is tested in SBCL. To use, install cl-uffi, cl-sdl, cl-sdl-opengl and cl-sdl-ttf. Then, override some modules with my modified versions using: mkdir -p ~/.sbcl/systems ln -s /path/to/gl/my*/*.asd ~/.sbcl/systems/ sbcl --load sync.lisp A better release of the modifications can come later; however, for now the summarized changes are: fix cl-sdl-ttf with correct colors, add custom names for certain key/mouse buttons to cl-sdl, and add wrappers to a few additional sdl-opengl functions in cl-sdl-opengl. --Tril 2007-08-21