skip to navigation
skip to content

QGL 9

A simple 2D scenegraph with an OpenGL render engine.

QGL
===

QGL is an intentionaly minimal scenegraph for OpenGL.

Wikipedia has a good description of what a scene graph is, and how it can be used. http://en.wikipedia.org/wiki/Scene_graph

QGL provides Transforms, Groups, Viewport and Switch. It also provides Texture, Color, Light, Fog, Quad, Text, Sphere and Mesh leaves.

To get started with QGL, you will need Pygame and PyOpenGL installed. In the demos folder, there are several howto.py files. Start with
howto_display_an_image.py.

New Features in this release:
=============================
 * ParticleEmmitter Leaf Node
 ** Backwards incompatible change, leaf nodes are now located in the qgl.scne.state namespace.
File Type Py Version Uploaded on Size # downloads
QGL-9-py2.4.egg (md5) Python Egg 2.4 2006-09-27 07:15:14 51KB 725
QGL-9.tar.gz (md5) Source 2006-09-27 07:15:12 634KB 741

Log in to rate this package.