
GLArea - A C++ wrapper for gtkglarea with gtk--

This is a wrapper for gtkglarea written by Janne Lf <jlof@student.oulu.fi> 
for use with the GTK-- wrapper for GTK, the Gimp Toolkit.  The wrapper
is distributed under the GNU LGPL and its demo is distibuted under the GNU GPL.

Install:
  You will need GTK+, GTK-- and GtkGLArea libraries installed before proceeding.
  Run './configure' and then 'make'. This will build gtkglmm library and glarea.h
  which are all that is required to compile open GL into gtk--. Now you can test
  run examples. To install libraries and include files run 'make install'.

Version info:
  This demo is know to run with
    gtk-- version 1.0.0
    gtk   version 1.2.0 
    egcs  version 1.1
    Mesa  version 3.0 

For more information, see
  Gtk--'s homepage  http://www.iki.fi/terop/gtk/gtk--.html
  Gtk's homepage    http://www.gimp.org/gtk/
  Mesa homepage     http://www.ssec.wisc.edu/~brianp/Mesa.html

Copyrights:
  glarea.gen_h is Copyright 1998 Karl Nelson and Marsel Osipov
  Planet demo is Copyright 1998 Karl Nelson <kenelson@ece.ucdavis.edu>

