slackbuilds/libraries/gtkglarea
B. Watson 3ef6b78a9e
libraries/gtkglarea: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README libraries/gtkglarea: Added to 12.1 repository 2010-05-11 22:54:02 +02:00
gtkglarea.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
gtkglarea.info libraries/gtkglarea: Fixed download link. 2012-09-29 14:47:55 +02:00
slack-desc libraries/gtkglarea: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

GtkGLArea is an OpenGL widget for GTK+ GUI toolkit.

Just as GTK+ is built on top of GDK, GtkGLArea is built on top of gdkgl which
is basically a wrapper around GLX functions.  The widget itself is very
similar to the GtkDrawingArea widget and adds only three extra functions.
Lower level gdkgl functions make it easy to render on any OpenGL capable
widget; rendering to off-screen pixmaps is also supported.

This project appears to be abandoned in favor of GtkGLExt, but is still
required by a few programs.