
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 0.9.0
    gtk   version 1.0.0 (the real version 1.0/NOT the one with
                         Redhat 5!)
    gcc   version 2.7.2
    Mesa  version 2.6

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>

