diff options
Diffstat (limited to 'libraries/glfw3/README')
-rw-r--r-- | libraries/glfw3/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/glfw3/README b/libraries/glfw3/README new file mode 100644 index 000000000000..7f0a4e39d9ef --- /dev/null +++ b/libraries/glfw3/README @@ -0,0 +1,12 @@ +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. + +This is version 3 of GLFW with an incompatible API to GLFW 2. |