pygame and pyopengl

Simon Wittber (Maptek) Simon.Wittber at perth.maptek.com.au
Thu Mar 13 00:12:42 EST 2003


> What is the relationship between pygame and pyopengl?  If I want to
play with opengl, which one should I use?

PyOpenGL also wraps GLUT which you can use to setup a window to render
to, handle keyboard, handle mouse etc. 

If you prefer, you can use pygame to do the same things in the SDL way. 

Simonw.





More information about the Python-list mailing list