[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] two pygame windows??



> As far as I know SDL only lets you have one window per application
> (i.e.  SDL_SetVideoMode), and pygame would follow suit.

this is the case. SDL only supports a single window. there's no
way to get anything more than that. rumor has it the SDL2 library
will have some support for this, but don't hold your breath, that
project is well over a year away from being even close to ready.


> I got to thinking the other day that you could probably circumvent
> this using some sort of IPC (pipes, shared memory, sockets).

yes, this should work. using sockets should prove pretty easy
and very portable. it just requires you have two separate processes
talking to each other in whatever fashion seems easiest



____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org