From 3eabed09ef6ab0091fd06c57071a2e9c095300c4 Mon Sep 17 00:00:00 2001 From: "Jeffrey T. Read" Date: Tue, 4 Jun 2013 17:15:40 -0400 Subject: libraries/glfw: Added (OpenGL framework) Signed-off-by: dsomero --- libraries/glfw/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/glfw/README (limited to 'libraries/glfw/README') diff --git a/libraries/glfw/README b/libraries/glfw/README new file mode 100644 index 0000000000000..c0f61deb77b4c --- /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. -- cgit v1.2.3