OpenGL Examples

A collection of open source Python OpenGL (PyOpenGL) examples and demos.

Installation

Install the following packages:

  • PyOpenGL
  • PyOpenGL_accelerate (For faster OpenGL operations)
  • PyGame (For windowing and input)
  • Pyrr (For matrix and vector operations)
  • Numpy (For array operations)

All of these packages can be installed using pip:

pip install pyopengl pyopengl-accelerate pygame pyrr numpy

Basic Examples are available here:

https://github.com/sdevkota007/GraphicsFall2023

Examples in this repo

3.mp4
4.mp4
5.mp4
6.mp4
7.mp4
8.mp4
9.mp4
10.mp4
11.mp4