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

2008-07-13 Thread Jose A. Ortega Ruiz
"Luís Oliveira" <[EMAIL PROTECTED]> writes: > On Sun, Jul 13, 2008 at 1:30 PM, Jose A. Ortega Ruiz <[EMAIL PROTECTED]> > wrote: > >> Hmm, maybe i'm missing something basic here, but that doesn't work. The >> new window pops up, totally transparent, but the subsequent PROGN has no >> effect: the w

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

2008-07-13 Thread Luís Oliveira
On Sun, Jul 13, 2008 at 1:30 PM, Jose A. Ortega Ruiz <[EMAIL PROTECTED]> wrote: > Hmm, maybe i'm missing something basic here, but that doesn't work. The > new window pops up, totally transparent, but the subsequent PROGN has no > effect: the window remains transparent. Is the window visible whil

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

2008-07-13 Thread Jose A. Ortega Ruiz
"Luís Oliveira" <[EMAIL PROTECTED]> writes: > 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. >