summaryrefslogtreecommitdiffstats
path: root/libraries/glfw/README
diff options
context:
space:
mode:
author Jeffrey T. Read <bitwize@gmail.com>2013-06-04 17:15:40 -0400
committer Robby Workman <rworkman@slackbuilds.org>2013-06-05 03:17:42 -0500
commit3eabed09ef6ab0091fd06c57071a2e9c095300c4 (patch)
tree71fbd15abf408816a8940267033f0be4ee01b110 /libraries/glfw/README
parent16c34b9762cc319b1f784737511687d21a3eb902 (diff)
downloadslackbuilds-3eabed09ef6ab0091fd06c57071a2e9c095300c4.tar.gz
slackbuilds-3eabed09ef6ab0091fd06c57071a2e9c095300c4.tar.xz
libraries/glfw: Added (OpenGL framework)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/glfw/README')
-rw-r--r--libraries/glfw/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/glfw/README b/libraries/glfw/README
new file mode 100644
index 0000000000..c0f61deb77
--- /dev/null
+++ b/libraries/glfw/README
@@ -0,0 +1,10 @@
+GLFW is a free, Open Source, multi-platform library for opening a
+window, creating an OpenGL context and managing input. It is easy to
+integrate into existing applications and does not lay claim to the
+main loop.
+
+GLFW is written in C and has native support for Windows, Mac OS X and
+many Unix-like systems using the X Window System, such as Linux and
+FreeBSD.
+
+GLFW is licensed under the zlib/libpng license.