Category Archives: OpenGL

bug in python-opengl + mesa

Since like forever, I have never succeed in executing python-opengl demos on debian lenny.  It always segfault during glutInitDisplayMode.  After some debugging, here is why. One should be able to call glGetError at any time.  If there’s nothing wrong, it … Continue reading

Posted in C, OpenGL, python | 1 Comment