Skip to content
Aidan Cline edited this page Jan 8, 2023 · 2 revisions

GLFW is a free, 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.

Getting started is a guide for users new to GLFW. It takes you through how to write a small but complete program.

There are guides for each section of the API:

The reference documentation provides more detailed information about specific functions.

Clone this wiki locally