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]This is a series of posts where I explore the beginnings of using modern OpenGL with Python.
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.First Steps with OpenGL Using Python
OpenGL with Python Part 2