On Mon, Jan 26, 2009 at 10:23 PM, xristos wrote:
> I think patching cl-opengl to account for the aforementioned functions
> in Apple GLUT would be easier and would certainly go a long way towards
> making the whole process of using lisp+glut on osx very easy (no extra
> dependencies). I would do i
> The window close is absolutely crucial for development, otherwise
GLUT
> will call exit() and kill your Lisp session.
Apple GLUT has similar functions to freeglut (as i discovered online
with a bit of searching).
There is glutWMCloseFunc to avoid killing the lisp when a window is
closed
a
On Mon, Jan 19, 2009 at 5:21 AM, Justin Kendrick
wrote:
> Sorry to reply to my own post, but, like an idiot, I didn't actually
> try any of the examples before sending the patch in. The library does
> load properly, but quite a bit of stuff (mostly in interface.lisp)
> assumes the existence of fr
Sorry to reply to my own post, but, like an idiot, I didn't actually
try any of the examples before sending the patch in. The library does
load properly, but quite a bit of stuff (mostly in interface.lisp)
assumes the existence of freeglut's extensions (eg, the window close
event).
Do any of you
Here's a tiny patch to fix Glut loading on OSX. I've seen a bit of
discussion about this in the archives, but its broken in my pull of
the repo, so I thought I'd send it in.
-- Justin Kendrick
glut-osx_.dpatch
Description: Binary data
___
cl-opengl-de