Learning OpenGL

Notes on learning modern OpenGL with Python

Learning OpenGL


Notes on learning modern OpenGL with Python

This is a series of posts where I explore the beginnings of using modern OpenGL with Python.

First Steps with OpenGL Using Python

First Steps with OpenGL Using Python

Modern OpenGL with shaders is used with Python 3.7 via PyOpenGL and GLFW to create a simple hello world script that will be the starting point of diving deep into the GL shader language (GLSL).

[Read More]

OpenGL with Python Part 2

OpenGL with Python Part 2

Building up a simple foundation of modern OpenGL with shaders using Python, PyOpenGL and GLFW, we introduce the model-view-projection matrix and uniform variables.

[Read More]