partiallydisassembled.net

SDL-ctypes: OS X support

2006-07-02 15:48:59

Just finished getting all the tests working on OS X 10.3.9 (PowerPC). Requires PyObjC. Added the SDL endian check and swap functions. CD-ROM functions seem to freeze and require a reboot, everything else works well (but slow!). Need someone to test on 10.4 and Intel Mac.

Richard writes:

I really want to try this out / show it off here at EuroPython on my Mac -- got a download?

SDL-ctypes: 0.04 release

2006-06-29 14:07:10

Wrapped SDL_image and polished off a 0.04 release.

SDL-ctypes: rest of mixer

2006-06-28 22:51:32

Finished off the mixer module, and ported the two tests across. Interesting undocumented gotcha with SDL_mixer: the music stream is not resampled. So if you open the mixer at 22050 Hz and then play Bjork at 48000 Hz, she sounds like a very manly man.

SDL-ctypes: ttf + 0.5 mixer

2006-06-27 23:56:56

Wrapped SDL_ttf and half of SDL_mixer today.

SDL-ctypes: core tests complete

2006-06-26 21:49:09

Finished porting the last (relevant) test program today. Next stop: SDL_ttf, SDL_mixer, etc.
login