Significant Python News |
Python and OpenGLLast updated: 2008 Oct 12 | Additional Python Documentation |
12 13 29 6 additional approach aug back card cpu done h1 id images interesting last left lot low makes package place program read right sets show src text tr uses vermeulen width work |
The OpenGL graphics library can be used from within a Python program with the PyOpenGL package. Since modern graphics chip sets include hardware for a lot of what OpenGL does this approach can produce some impressive real time graphics with low CPU requirements (the bulk of the work can be done on the graphics card). The PyGame library is a good place to get started doing this.
|