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

Re: [pygame] Summer of Code 2008



On Fri, Mar 21, 2008 at 1:47 PM, Michael <zathras@xxxxxxxxxxxxx> wrote:
With due respect, from the docs -
  * Pygame (and SDL) doesn't support multiple windows.
Opps.  I meant that PyGame should be able to do this.  I'm aware that it can't.

I've done multi-windows successfully by using sub-processes, like you say.  For example, my program Marble Madness keeps one surface for the OpenGL stuff and one for the Pygame stuff, because OpenGl surfaces and Pygame surfaces do not like each other.

Ian