glfw-examples/3.3.7

[full]

GLFW examples library

Build status Build status Coverity Scan

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.

GLFW is licensed under the zlib/libpng license.

You can download the latest stable release as source or Windows binaries, or fetch the latest branch from GitHub. Each release starting with 3.0 also has a corresponding annotated tag with source and binary archives.

... More
version 3.3.7
license Zlib
repository https://pkg.cppget.org/1/stable
download glfw-examples-3.3.7.tar.gz
sha256 2ab41a27ff0f082b1cbbda9fa74ca93b0ab7867d94d5fa65f039438db11da376
project glfw
url www.glfw.org
package-url github.com/Swat-SomeBug/glfw.git

Requires (2)

OpengGL/Vulkan libraries. Usually installed with system or SDK on Windows
X11 when building for Linux