
GtkGLArea
---------


AUTHORS

- Coding
Janne Lf
jlof@mail.student.oulu.fi
http://www.student.oulu.fi/~jlof

- Lightwave objects
Jussi Lf
ulinator@sgic.fi
http://www.sgic.fi/~ulinator


INTRODUCTION

GtkGLArea is OpenGL GTK widget. It's known to work with
Linux/MesaGL and SGI/OpenGL (SGI O2).


INSTALLATION

Sorry, no autoconfig. You have to modify makefile by hand. Be sure to
use GCC and GNU make. If lwtogl script fails you may be using too old
perl - upgrade to perl 5.004, perl5.002 may also work.



FILES

	README		this file
	COPYING		license
	Makefile	makefile
	demo.c		test program
	gtkglarea.c	opengl widget
	gtkglarea.h	opengl widget
	trackball.c	virtual trackball implementation from SGI
	trackball.h	virtual trackball implementation from SGI
	lwtogl		perl script for making C function from lw object
	alien.obj	LightWave object
	penguin.obj	LightWave object


HISTORY

??? ?? 1997
	initial version

Apr 1 1998
	updated to work with gtk+-0.99.8 or later
	added gtk_gl_area_begingl/gtk_gl_area_endgl calls
	made small demo program
	made lwtogl - no more boring cubes

TODO
	documentation
	autoconfigure
	lwtogl should produce triangle strips

KNOWN BUGS

	alien.obj - Look!! It's a bug :)

