Using OpenGL with Python [closed] Using OpenGL with Python [closed] python python

Using OpenGL with Python [closed]


You should go on and read a OpenGL tutorial.

Here's a pyopengl demo; other samples are over here.

Also, you can use pygame together with pyopengl; an example is here.


You can try with something higher level, if you want do to simple games, Panda3D has a reputation of being very simple (compared to straight opengl) to learn.


If your goal is to make games in Python, then you should look at PyGame. Its better documented and supported.

http://www.pygame.org/