Hi everyone,
I'm having a weird problem with cl-glut.
When I run something using glut to produce a window, I don't get a window. Inserting a swank-handler into the loop of the examples, I determined that they WERE running, they just weren't giving me a window.
I'm using Windows 7, Clozure-CL and I have FreeGlut loaded and detected properly. Everything works, except that the window doesn't show.
So! I decided to try Lispbuilder-SDL, I loaded up their examples and they are able to successfully open windows.
What's really odd about this, is that AFTER I've created a window using Lispbuilder, it seems to show Glut what to do, and Glut can suddenly open display windows properly.
Does anyone have any idea what could be causing this?
On Tue, Aug 7, 2012 at 2:02 PM, Zach Hall halloweenincorporated@gmail.com wrote:
What's really odd about this, is that AFTER I've created a window using Lispbuilder, it seems to show Glut what to do, and Glut can suddenly open display windows properly.
That is indeed weird.
Does anyone have any idea what could be causing this?
Unless someone has a better idea, I'd try some plain C demo using FreeGLUT and see if that works.
Cheers,
cl-opengl-devel@common-lisp.net