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

Re: [pygame] 3D SHMUP



3D is a lot harder, and you will probably not want to use pygame for the actual drawing.  I've had enormous success with OpenGL.  Try the nehe tutorials with PyOpenGL.  (" http://www.pygame.org/gamelets/" and CTRL+F for "nehe").  These use pygame for image loading.  You can get more help from gamedev.net or nehe.gamedev.net.\
Ian