Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 564 Bytes

Introduction to PyOpenGL

A basic introduction to PyOpenGL (using GLFW for GUI).

Requirements

pip install -r requirements.txt

Tutorial 1

Creating a GLFW Window.

Tutorial 2

Drawing a static triangle in the GLFW Window.

Tutorial 3

Creating an animated cubical crate.