summaryrefslogtreecommitdiffstats
path: root/libraries/gtkglarea/README
diff options
context:
space:
mode:
author Kyle Guinn2010-05-11 22:54:02 +0200
committer Erik Hanson2010-05-11 22:54:02 +0200
commit68c18de9e0be0a449923d927d10d0eed63b4eef1 (patch)
tree23b162dcefbde5780e6b6b57485077e0726edb34 /libraries/gtkglarea/README
parent554a4b2601a3cbdb5138c9db0bc6a299d42fb238 (diff)
downloadslackbuilds-68c18de9e0be0a449923d927d10d0eed63b4eef1.tar.gz
libraries/gtkglarea: Added to 12.1 repository
Diffstat (limited to 'libraries/gtkglarea/README')
-rw-r--r--libraries/gtkglarea/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/gtkglarea/README b/libraries/gtkglarea/README
new file mode 100644
index 0000000000..b2504507c4
--- /dev/null
+++ b/libraries/gtkglarea/README
@@ -0,0 +1,10 @@
+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.