OpenGL and Pygame
OpenGL specifies an API for 2D and 3D computer graphics. The API consists of functions and constants. We will be concentrating on the Python implementation called PyOpenGL. Install PyOpenGL with the following command:
pip install PyOpenGL PyOpenGL_accelerate
You might need to have root access to execute this command. The following is the corresponding easy_install
command:
easy_install PyOpenGL PyOpenGL_accelerate