diff options
author | David Robillard <d@drobilla.net> | 2014-09-27 03:16:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-09-27 03:16:14 +0000 |
commit | 496fcb9ea81ac2ee494349b4f6acdcf89d11d8f7 (patch) | |
tree | 5b50d14b2a2aade39b6c3681951ea5a31aed2581 | |
parent | 21b42c7b40c4dd0598b60fa7eda1e3c501e32e41 (diff) |
Mention Cairo in README.
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |