summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 87742f4..77809d8 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
PUGL
====
-Pugl is a minimal portable API for OpenGL GUIs which supports embedding and is
-suitable for use in plugins. It works on X11, Mac OS X, and Windows.
+Pugl is a minimal portable API for GUIs which supports embedding and is
+suitable for use in plugins. It works on X11, Mac OS X, and Windows. GUIs can
+be drawn with OpenGL or Cairo.
Pugl is vaguely similar to GLUT, but with some significant distinctions: