-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/31/2011 02:00 AM, Billy Stiltner wrote:
GLUT absolutely wants to run an infinite loop, otherwise it will not give you any events. Therefore you can't run it in the same thread as pd's event loop.
That must have been what kept me from using it as well.
though it's not true. you can run the glut loop yourself (e.g. Gem/src/Output/gemglutwindow.cpp)
fgmsadr IOhannes