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

[pygame] lesson 19 nehe tute for python with pygame.



Here's the python version of lesson 19 nehe tute. http://www.py3d.org/files/lesson19.zip It's opengl particles. Looks really nice. Also this version runs faster than their one in c(on my computer anyway). Thanks to the magic of psyco. Please make some additions to it, and email me with them if you want: rene AT py3d dot org

It's a fun one to play around with :)


You need python, pygame, pyopengl and psyco for it to run nicely. Without psyco it doesn't quite run as fast. You can find psyco at http://psyco.sf.net/