Abstract
Common Lisp Application Builder provides several useful cross-platform packages for Common Lisp.
Text processing; AWKing, LEXing, YACCing, and REGEXing: LISPBUILDER-CLAWK, LISPBUILDER-LEXER, LISPBUILDER-REGEX, LISPBUILDER-YACC.
Game development; Event handling, 2D graphics, image loading, TTF font handling and sound: LISPBUILDER-SDL, LISPBUILDER-SDL-GFX, LISPBUILDER-SDL-IMAGE, LISPBUILDER-SDL-TTF, LISPBUILDER-SDL-MIXER.
Networking: LISPBUILDER-NET.
Win32 specific (windows.h): LISPBUILDER-WINDOWS.
Offical releases can be found on Sourceforge.
These packages come with a BSD style license.
LISPBUILDER is a Common Lisp Gardeners project.
[2007/07/07]
: Added Frank's LISPBUILDER-NET package to the main LISPBUILDER page.[2007/07/07]
: Jigsaw is a game written by Anthony Fairchild using the LISPBUILDER packages.[2007/07/06]
: Released LISPBUILDER-SDL-IMAGE 0.4.0.[2007/07/03]
: Released LISPBUILDER-SDL 0.9.0.The latest official releases of the LISPBUILDER packages are as follows.
Packages | Binary Library | |||
---|---|---|---|---|
Package Name | Version | Released | Lib Name | Version |
lispbuilder-clawk | SVN | 28 Feb 2006 | N/A | N/A |
lispbuilder-lexer | SVN | 28 Feb 2006 | N/A | N/A |
lispbuilder-openrm | 0.1.0 | Oct 20, 2006 | OpenRM | 1.6.0-2 |
lispbuilder-regex | SVN | 28 Feb 2006 | N/A | N/A |
lispbuilder-sdl | 0.9.0 | July 03, 2007 | SDL | 1.2.11 |
lispbuilder-sdl-gfx | 0.6.0 | June 27, 2007 | SDL_gfx | 2.0.13 |
lispbuilder-sdl-image | 0.4.0 | July 06, 2007 | SDL_image | 1.2.5 |
lispbuilder-sdl-mixer | 0.2.0 | Apr 15, 2008 | SDL_mixer | 1.2.8 |
lispbuilder-net | SVN | Initial | N/A | N/A |
lispbuilder-sdl-ttf | 0.2.0 | June 27, 2007 | SDL_ttf | 2.0 |
lispbuilder-windows | Initial | 10 Dec 2006 | N/A | N/A |
lispbuilder-yacc | SVN | 28 Feb 2006 | N/A | N/A |
(asdf:operate 'asdf:load-op :cocoahelper)
(require 'asdf-install) (asdf-install:install :lispbuilder-sdl-examples) (asdf:operate 'asdf:load-op :lispbuilder-sdl-examples)
(asdf:operate 'asdf:load-op :lispbuilder-sdl-examples) (sdl-examples:recursive-rects)