An Introduction to OpenGL in Python
From Tech Artists Wiki
Written by Jason Hayes - Technical Art Director - Volition
[edit] Overview
This series of tutorials will cover how to use OpenGL using Python. If you are unfamiliar with what OpenGL is, I recommend reading this site.
The tutorials will cover the following:
- Getting setup with PyOpenGL
- Creating an OpenGL viewport with wxPython
- Creating a triangle
- Texture mapping
- Lighting
- Building a simple model viewer
Categories: Python | Portal | OpenGL
