glfw/3.4

GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkanapplication development. It provides a simple, platform-independent API for creatingwindows, contexts and surfaces, reading input, handling events, etc.
Recipe info
2024-04-26

Available packages
Linux
Windows
macOS
macOS Apple Silicon

Install
Add the following line to your conanfile.txt:
[requires]
glfw/3.4

Using glfw

Loading ...
Loading...