[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: Pygame




Broeisi Rast asked (off the list):
> Is it possible to write a shooters game like Doom or Quake using pygame?
> All I have seen till now are just simple arcade games.

You can't quite compete with the speed of C, but using pyOpengl and then 
writing some critical small components in C should be both fast and 
pleasant to code.

I did a simple Doom-like pygame example some time ago that shows the basic 
idea. However, it is one of my first (py)opengl programs so its is 
somewhat sub-optimal and sub-elegant.

http://people.cc.jyu.fi/~shang/dungeon3d.zip

--
Sami Hangaslammi