Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

PygameOnCtypes

This project idea did in fact get picked up for the 2006 Summer of Code. Development of the project continues as the Pyglet library. See http://www.pyglet.org for more.

Pygame wraps some SDL libraries (SDL, SDL_Image etc) using C code. It also provides some extra misc. C functions.

Python2.5 will include ctypes in the standard library. SoC 2006 is a good opportunity to recreate the pygame API using ctypes. This will let the average python programmer, who does not work with C, to hack on and extend pygame.

This same work (ctypes conversion) is already happening with PyOpenGL. Note that the pyopengl-ctypes project has been going for years now, and is still not complete.

Some notes...

CodingProjectIdeas/PygameOnCtypes (last edited 2008-11-15 13:59:40 by localhost)