I have added support allowing lispbuilder-sdl to be used as a back-end renderer for CL-VECTORS. CL-VECTORS uses ZPB-TTF for its True Type font rendering so lispbuilder-sdl now supports native Lisp rendering of True Type fonts.
If you are running Linux (Ubuntu), then the following should be all that is required: (asdf-install:install :lispbuilder-sdl) (asdf:operate 'asdf:load-op :lispbuilder-sdl-cl-vectors-examples) (sdl-examples:cl-vectors-1) through (sdl-examples:cl-vectors-4) http://projects.tuxee.net/cl-vectors/ http://www.xach.com/lisp/zpb-ttf/ - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
