I've looked everywhere for a tutorial, even at Stack Overflow! I know, there are other 3d libraries but they do all the work and pyglet doesn't work with my version of Python. It's Python 2.7. So, either there is a pyglet for 2.7 or a PyOpenGL tutorial. If you can find both, I would appreciate it. If you find a pyglet for 2.7, also provide a tutorial. Thanks in advance.
feedback
|
|
In the move from PyOpenGL2 to PyOpenGL3 it looks like the demos/tutorials got split out into a separate package. At http://pyopengl.sourceforge.net/ is a link to download PyOpenGL-Demo. Once you have that, look at the examples in 'NeHe' ... I learned what I need to know about PyOpenGL from these examples. (But I used an earlier version which was bundled with PyOpenGL2). | |||
|
feedback
|
|
There is a wiki (CodeDump) that has some examples in pyOpenGL which may help. | |||
|
feedback
|