slackbuilds/libraries/gtkglarea
fourtysixandtwo 4417896a60 libraries/gtkglarea: Change i486 to i586 2022-06-07 02:23:57 -04:00
..
README libraries/gtkglarea: Wrap README at 72 columns. 2022-03-13 15:31:14 -04:00
gtkglarea.SlackBuild libraries/gtkglarea: Change i486 to i586 2022-06-07 02:23:57 -04:00
gtkglarea.info libraries/gtkglarea: Update homepage and download URLs. 2021-01-23 18:18:49 +07:00
slack-desc

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.