[PyOpenGL-Users] Python Game
Brought to you by:
mcfletch
From: Reto S. <rsp...@no...> - 2004-04-15 09:15:09
|
Hello, Im actually writing some stuff in python (opengl). It should be a game somewhen and is already a bit playable (flying around, collision detection). If anybody is interested you can download it here (no cvs): http://www.nouser.org/content/e219/e282/index_ger.html as it is in development state you have to set a path in one file: pywerse.py linux:: basepath="/home/benutzername/pywerse/" windows: basepath="c:\\Dokumente und Einstellungen\\benutzername\\Desktop\\pywerse\\" debian unstable needs the following packages: python python2.3-pygame and you need to download and compile http://pyopengl.sourceforge.net/ >= 2.0 Grafics are atually taken from Andromeda 9. Unfortunately the development of this project seems to be dead. Please send me feedback if you try it out. If you get it running under windows tell me because i just tried it in an emulator (it starts but made grafic errors). Reto |