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

Re: [pygame] Bug: Python crash after switch to directx fullscreen & quit



On 11-12-2009 23:20, Yanom Mobis wrote:
pygame does directx? that's new. But i suggest you use openGL so your game is cross-platform.


pygame doesn't directly do directX, but SDL does. It's had a DirectX backend for a pretty long time. SDL uses xlib on linux and Quartz on OSX, so his game is already cross-platform by virtue of using pygame.

Hugo