[cl-opengl-devel] threaded glut main loop

Kevin Smith k2msmith at gmail.com
Thu Jul 15 19:27:13 UTC 2010


Has anyone gotten glut:main-loop to work in it's own thread ?  I'd like to
be able to asynchronously execute opengl calls while the main loop is
running.  I have  a bit of a hack that can do this in effect, by calling
glut:leave-main-loop inside a callback, going the repl and running list and
then manually starting the mainloop again to refresh, but it would be nice
to use threaded main loop.  I'm using sbcl on mac OS, so I am not even sure
if threading is going to work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-opengl-devel/attachments/20100715/ceeaeb48/attachment.html>


More information about the cl-opengl-devel mailing list