opengl module for Qore
version 0.0.2 by David Nichols

Requires qore 0.7.1 and opengl headers and libraries to build.
Will build with OpenGL or Mesa.

Documentation in docs/opengl-module-doc.html (using TiddlyWiki)

Note that there is no test script for this module - see the glut module or the qt-opengl module for qore code that uses the opengl module

BUILD AND INSTALL
-----------------

configure
make
sudo make install

The configure script will find out where your qore module directory is found and set this for the install directory.

BUILD FROM SVN
--------------

reconf.sh
configure
make
sudo make install
