summaryrefslogtreecommitdiff
path: root/pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-09-10 16:37:57 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-06-08 19:29:07 +0200
commit91d9c3c5d3ab466732636c9f1206053f8dcc5742 (patch)
tree805a48829e738239ce7c07221316ed04b7f86c8d /pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base
parent21c9747b3a672d75caff5c2b78c309f481465b93 (diff)
Remove checked in pugl files.
Diffstat (limited to 'pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base')
-rw-r--r--pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base27
1 files changed, 0 insertions, 27 deletions
diff --git a/pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base b/pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base
deleted file mode 100644
index 87742f4..0000000
--- a/pugl/.svn/pristine/e3/e39501dc0e0ae55c38b63429be01f2a045d76823.svn-base
+++ /dev/null
@@ -1,27 +0,0 @@
-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 vaguely similar to GLUT, but with some significant distinctions:
-
- * Minimal in scope, providing only what is necessary to draw and receive
- keyboard and mouse input.
-
- * No reliance on static data whatsoever, so the API can be used in plugins or
- multiple independent parts of a program.
-
- * Single implementation, which is small, liberally licensed Free / Open Source
- Software, and suitable for direct inclusion in programs if avoiding a
- library dependency is desired.
-
- * Support for embedding in other windows, so Pugl code can draw to a widget
- inside a larger GUI.
-
- * More complete support for keyboard input, including additional "special"
- keys, modifiers, and support for detecting individual modifier key presses.
-
-For more information, see <http://drobilla.net/software/pugl>.
-
- -- David Robillard <d@drobilla.net>