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

Re: [pygame] best gsoc idea EVER for someone: porting pygame to SDL 1.3



Multiple windows = better than threads.  

In one of my programs, I used a thread to open a separate window to display an image--the image had to be made into a string and sent in packets through a socket to get to the child...