diff options
Diffstat (limited to 'libraries/glfw3/slack-desc')
-rw-r--r-- | libraries/glfw3/slack-desc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/glfw3/slack-desc b/libraries/glfw3/slack-desc index b7f627aa65e6..b4565d2c2abc 100644 --- a/libraries/glfw3/slack-desc +++ b/libraries/glfw3/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -glfw3: glfw3 (OpenGL framework) +glfw3: glfw3 (OpenGL, OpenGL ES, Vulkan, window and input library) +glfw3: +glfw3: GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES +glfw3: and Vulkan development on the desktop. It provides a simple API for +glfw3: creating windows, contexts and surfaces, receiving input and events. +glfw3: +glfw3: Homepage: https://www.glfw.org/ +glfw3: +glfw3: glfw3: -glfw3: GLFW is a free, Open Source, multi-platform library for opening a -glfw3: window, creating an OpenGL context and managing input. It is easy to -glfw3: integrate into existing applications and does not lay claim to the -glfw3: main loop. glfw3: -glfw3: GLFW is written in C and has native support for Windows, Mac OS X and -glfw3: many Unix-like systems using the X Window System, such as Linux and -glfw3: FreeBSD. -glfw3: This is version 3 of GLFW with an incompatible API to GLFW 2. |