README 463 B

1234567891011
  1. GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and
  2. Vulkan development on the desktop. It provides a simple API for creating
  3. windows, contexts and surfaces, receiving input and events.
  4. GLFW is written in C and has native support for Windows, macOS and many
  5. Unix-like systems using the X Window System, such as Linux and FreeBSD.
  6. GLFW is licensed under the zlib/libpng license.
  7. This is version 3 of GLFW with an incompatible API to GLFW 2.