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

Re: [pygame] Pygame and dualhead displays?



This is entirely doable if you use two or more processes, each running a pygame screen. Then just pass messages between them using sockets.