[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] display driver



Rene Dudfield wrote:


 Have you tried any of the demos which come with pyopengl.
I had modified lesson05.py from the nehe/pygame tutorials so that the triangle and cube instructions are replaced with a centered glutWireTeapot(1.0) call. When I make similar changes to the PyOpenGL included nehe demo (which uses glut to display) I see the CPU at about 60%. So it looks like an issue with the nehe tutorial.


You are setting up opengl correctly ie (OPENGL|DOUBLEBUF).
Great. That's really the confirmation I was looking for.

Thanks,
Dave