# pyopengl-demo **Repository Path**: BigZebra/pyopengl-demo ## Basic Information - **Project Name**: pyopengl-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-21 - **Last Updated**: 2024-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyOpenGL's Demos This repository is a collection of demo scripts which have been contributed to the PyOpenGL project over the last 25 years or so. Most of the scripts are small, single-feature apps that show how to accomplish a particular effect. ## Included Demos * [da/dots.py](OpenGL_Demo/da/dots.py) -- mutate array used to render data as points * [NeHe/*.py](OpenGL_Demo/NeHe/) -- some of NeHe (Richard Campbell)'s 2000-era tutorials converted to Python by John Ferguson then ported again by Tarn Weisner Burton * [proesch/*](OpenGL_Demo/proesch/) -- tutorials from Peter Roesch on modern features circa 2004 * [tom/*.py](OpenGL_Demo/tom/) -- Tom's (which I believe is a reference to Thomas Schwaller) original demos for Tk from the PyOpenGL 1.5 releases (1998-ish) * [GLUT/tom/*.py](OpenGL_Demo/GLUT/tom/) -- Tom's original demos ported to run under GLUT * [GLUT/*.py](OpenGL_Demo/GLUT/) -- GLGears-alike, Demo with GLUT menus, shader sample * [redbook/*.py](OpenGL_Demo/redbook/) -- Jason L. Petrone's porting of RedBook demos (core concepts) * [GLE/*.py](OpenGL_Demo/GLE/) -- Tests/demos of GL Extrusion library (GLE) features * [dek/*.py](OpenGL_Demo/dek/) -- Demos from David Konerding showing PIL integration