Stay up to date – embedded code automagically updates, each snippet and article has a feed
Join Siafoo Now
or
Learn More
OpenGL Code
Updated about 1 year ago (24 Jul 2008 at 03:37 AM)
recent activity
Misc OGL code...
Contents
|
|
|
CC Attribution Share Alike 3.0-US | (1) |
|
|
LGPLv2 | (1) |
|
|
New BSD | (1) |
|
|
Public Domain | (3) |
A very quick and dirty skeleton for prototyping GLSL shaders. It consists of a very simple self contained volume renderer, that uses many slices to create the illusion of 3D....
It seems that some of the GLSL features are not implemented in older versions of PyOpenGL making it difficult to use shaders in PyOpenGL. This excellent piece of code from the pygame wiki defines...
This is a quick example of using OpenGL with wxPython. When the script is run it will display two "spirals". The red spiral is drawn in immediate mode (glBegin/glEnd). The green spiral is...
A python object for using OpenGL Vertex Buffer Objects with PyOpenGL. It supports NumPy arrays and takes care of all the craziness related to coercing the data into OpenGL buffers.
A quick example of using OpenGL with PyQt4. When the script is run it will display two "spirals". The red spiral is drawn in immediate mode (glBegin/glEnd). The green spiral is drawn using...
More of a wiki page than an article, containing notes, tips and guidelines for writing OpenGL applications with PyOpenGL.
Add a Comment