Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 372 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 372 Bytes

Introduction

GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.

GLFW natively supports Windows, macOS and Linux and other Unix-like systems. On Linux both X11 and Wayland are supported.