OpenGL with PyOpenGL Python and PyGame p.2 - Coloring Surfaces

In this tutorial, we learn some more of the basics of OpenGL using PyOpenGL, which is a Python module for working with OpenGL, along with using PyGame, which is a popular gaming module for Python. PyOpenGL works with many other Python modules as well. In this example, we work on how to program a 3D cube, adding colors to the surfaces. We also learn a bit more about how OpenGL works on the back-end. PyOpenGL playlist: PyGame with Python 3
Back to Top