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

Re: [pygame] OpenGL + OS X refresh problem



can you provide a link or reference to something specific that doesn't work?

Also, do you know if you are using 32-bit or 64-bit python? Where did you install pygame from?

On Thu, Nov 11, 2010 at 8:29 AM, David Warde-Farley <wardefar@xxxxxxxxxxxxxxxx> wrote:
Hi there,

I installed PyOpenGL and Pygame in the hopes of getting some code running
from work on my home computer, and things almost work. The trouble seems to
be that the pygame window does not refresh unless it loses focus. I built SDL
from source using the 10.6 SDK.

I've been able to run the PyOpenGL demos and they work fine so I think this
is a pygame issue (or SDL, I guess)... Also the 2D pygame examples like "aliens" work fine, but the 3D cube one does not. Has anyone else encountered such a thing
and found a way to fix it?

I'm using Python 2.7 from python.org and the latest PyOpenGL (3.0.1, I think, whatever easy_install delivers as of last night).

Many thanks,

David