Hi, If you want to program games using Python 2.5 the most authoritative book on the subject is Beginning Game Development with Python and Pygame which will give you the nuts and bolts of using the pygame API that is built upon the open source Simple Direct Media Layer, (SDL,) technology for Mac, Windows, and Linux. I would consider it a must read for anyone considering Python for accessible gaming. Another important resource for Python game developers is http://www.pygame.org which is the home of the pygame API and resource center. Finally, if you can't find what you are looking for on those two web sites the SDL home page http://www.libsdl.org is the official web site for SDL which is similar to DirectX, but designed for all operating systems, and is supported by quite a few programming languages including Python, C, C++, and Perl.
> Hello thomas! > Interesting! > I'm learning curently python. > But my question is, where i can learn SDL? > Regards, Claudio. > > > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to [EMAIL PROTECTED] > You can make changes or update your subscription via the web, at > http://audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[EMAIL PROTECTED] > If you have any questions or concerns regarding the management of the list, > please send E-mail to [EMAIL PROTECTED] > > > --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [EMAIL PROTECTED] You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[EMAIL PROTECTED] If you have any questions or concerns regarding the management of the list, please send E-mail to [EMAIL PROTECTED]
