Re: [cl-opengl-devel] playing with opengl at the repl

2008-07-12 Thread Luís Oliveira
On Sat, Jul 12, 2008 at 10:49 PM, Jose A. Ortega Ruiz <[EMAIL PROTECTED]> wrote: > what would be the best way to have an OpenGL/GLUT window open and > manipulate it from a (non-blocked) REPL, maybe even while the GLUT main > loop is running. If you are using a multi-threaded Lisp, you can redefin

[cl-opengl-devel] playing with opengl at the repl

2008-07-12 Thread Jose A. Ortega Ruiz
Hi, I'm currently learning OpenGL, using to that end cl-opengl. It comes without saying that one of the main advantages of using Lisp here is the ability to experiment interactively at the REPL. The examples i've seen so far, though, use a blocking call to GLUT:DISPLAY-WINDOW to run (which is OK