Introduction to 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:
- Windows: Windows XP and later.
- macOS: macOS 10.8 and later.
- Linux/Unix-like: Supports X11 and Wayland. Works even without a desktop environment, though some features require a running window or clipboard manager.
License: zlib/libpng license.