This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; beer.lisp | |
| ;; simple opengl playground | |
| ;; Load this in Lispworks, or Lispworks Personal, and type Ctrl+Shift+B | |
| ;; malkia@gmail.com | |
| (eval-when (:compile-toplevel :execute :load-toplevel) | |
| (let ((lwdir (concatenate 'string (namestring *lispworks-directory*) "lib/6-0-0-0/"))) | |
| (load (concatenate 'string lwdir "examples/opengl/defsys")) | |
| (load (concatenate 'string lwdir "examples/opengl/examples/defsys")) | |
| (compile-system 'opengl :load t :force nil) |