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

Re: [pygame] Advice on Game Engine



> You can't combine ANY GUI toolkit (wxPython, GTK, etc.) with pygame
> in a cross-platform fashion, because SDL sacrifices that feature for
> platform independence and ease of development.  If you're using
> wxPython, you're going to have to toss pygame, or run them in
> separate processes (threads is not good enough cross-platform).

Not quite what I have found, pygame seems to work very will hand in hand with 
wxPython, however its event model does seem to have problems last time I 
checked, so I just use the rendering portions.

Regards,
Stuart.