Python Module: nift

Chris Rebert clp2 at rebertia.com
Sun Feb 8 17:55:53 EST 2009


On Sun, Feb 8, 2009 at 2:45 PM, J <seaworthyjeremy at gmail.com> wrote:
> Thanks for your answers, especially Chris Rebert and Paul McGuire's. I
> have a question:
> How far does Python go in the Game Development field? (Using Python
> only, no extensions)

You pretty much need to integrate with some C(++) libraries in order
to write fancier games. However, you yourself don't need to write any
non-Python in order to utilize these libraries.
Pygame (http://www.pygame.org/) is a popular collection of multimedia
library bindings for Python.

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list