Overview of GLFW
masterGLFW is an open-source, multi-platform library designed for OpenGL, OpenGL ES, and Vulkan application development. It provides a platform-independent API for:
- Creating windows, contexts, and surfaces
- Reading input
- Handling events
Supported platforms include Windows, macOS, and Linux/Unix-like systems. Experimental support is available for the Wayland protocol and the Mir display server.