glfw

Multi-platform library for creating OpenGL windows and handling input

brewmacoslinux
Try with needOr install directly
Source

About

Multi-platform library for OpenGL applications

Commands

glfw

Examples

Link GLFW library when compiling a C application$ gcc myapp.c -o myapp $(pkg-config --cflags --libs glfw3)
Check GLFW version and compiler flags in CMake project$ pkg-config --modversion glfw3
Get GLFW library path for manual linking$ pkg-config --libs glfw3