GL_pointz: a simple demo showing a waving cube made up of points
Copyright (C) 2005 Angelo "Encelo" Theodorou

Info
----
This is a one-afternoon little demo I made to have a bit of fun with OpenGL.
It is really simple, nevertheless it uses display lists for improved performance.
It also shows how to create a clone of gluPerspective() and get rid of GLU dependency.


Compiling
---------
In order to compile use the included Makefile.
Should you have any problem with includes or libs, tweak it to suit your needs.
