Go to file
2023-12-01 05:24:34 +00:00
docs Merge remote-tracking branch 'github/master' 2023-12-01 05:24:34 +00:00
include/GLFW Merge remote-tracking branch 'github/master' 2023-12-01 05:24:34 +00:00
src Merge remote-tracking branch 'github/master' 2023-12-01 05:24:34 +00:00
.gitignore Added 2 entries to the gitignores file. 2021-01-18 02:04:35 +01:00
CONTRIBUTORS [+] CONTRIBUTORS 2023-11-07 22:45:37 +00:00
LICENSE.md [*] Update LICENSE.md 2023-11-02 23:23:37 +00:00
README.md [*] Update readme 2023-11-03 00:13:42 +00:00

GLFW (fork)

Introduction

This fork of GLFW is an Open Source, cross-platform library for sometimes-Vulkan application development. It provides a simple, platform-independent API for creating windows, the occasional Vk surface, 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.

GLFW is licensed under the zlib/libpng license.

The documentation is available online and is included in all source and binary archives. See the release notes for new features, caveats and deprecations in the latest release. For more details see the version history.

Using GLFW

See the documentation for tutorials, guides and the API reference.

System requirements

GLFW supports Windows XP and later and macOS 10.8 and later. Linux and other Unix-like systems running the X Window System are supported even without a desktop environment or modern extensions, although some features require a running window or clipboard manager. The OSMesa backend requires Mesa 6.3.

See the compatibility guide in the documentation for more information.