python and opengl

guignot guignot at wanadoo.fr
Fri Aug 23 08:40:37 EDT 2002


I want to launch an OpenGL window from my python app.
So good, so far. I wrote my openGL app in C, compiled to a shared library, 
and a python tgread launches it.

BUT... The openGL app keeps the focus, my python app is "frozen", and 
segfaults when I close the python app.

I know about PyOpenGL, but I would prefer to avoid it : the code is poorly 
written (lots of warnings) and, IMHO, too obfuscated.

Any hints ?




More information about the Python-list mailing list