Via Buffis



Got my PS3 today. Decided to try and compile pygame for Yellow Dog Linux since well… it should work. It did

Compiling all of the dependencies and the pygame made it possible for me to run stuff at decent speed. Its not exactly fast, but absolutely fast enough to develop graphical user interfaces and small games.
Since python is such a high level language you are of course limited to a single SPE, which isn’t very nice, but well… it works

If people want me to I can write a guide for compiling pygame for PS3, but it’s pretty much the same as compiling it for any other platform… Simply install all dependencies for SDL, then SDL and SDL_mixer, SDL_image and so on and top it all of with pygame.