[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Re: [pygame] When is pygame 1.8 coming out?
Kamilche <kamilche@xxxxxxxxxxxx> wrote:
> I couldn't use pygame ctypes, because most of the examples were broken,
> and I just didn't want to figure out why. Instead, I wrote a module to
> interface to SDL directly, using the ctypes feature of Python 2.5. I was
> happily surprised to discover that SDL was just a single DLL!
Have another look at pygame-ctypes page. Specifically the SDL ctypes related information.
Richard