diff options
author | Jeffrey T. Read <bitwize@gmail.com> | 2015-07-22 09:12:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-22 09:12:19 +0700 |
commit | 075ead623136e5e58ebd1c71e040404458b8ad49 (patch) | |
tree | 5ed2611e3c38b5519ac8e9ddcad4ad9b313cb898 /libraries/glfw3/README | |
parent | 2ee31c9eff3965513bea183a2173492879e4234b (diff) | |
download | slackbuilds-075ead623136e5e58ebd1c71e040404458b8ad49.tar.gz |
libraries/glfw3: Added (OpenGL framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..7f0a4e39d9 --- /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. |