2004-03-08 22:20:23 +01:00
|
|
|
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
|
|
|
|
which is basically wrapper around GLX functions. The widget itself is
|
|
|
|
derived from GtkDrawinigArea widget and adds only few extra functions.
|
1999-08-04 07:48:35 +02:00
|
|
|
Lower level gdkgl functions make it easy to render on any widget that has
|
2004-03-08 22:20:23 +01:00
|
|
|
OpenGL capable visual, rendering to off-screen pixmaps is also supported.
|
1999-08-04 07:48:35 +02:00
|
|
|
|
2004-03-08 22:20:23 +01:00
|
|
|
Related project which may interest those who use GTK-- is GtkGLArea--. It is a
|
|
|
|
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.
|