This package implements bindings for GLFW version 3.3.
GLFW_SHARED: Link with shared version of glfw3 library.GLFW_SYSTEM: Link with the system version of glfw3 library (linux only).
- All base functions have a wrapper
- Can be used with OpenGL packages
- Can be used with Vulkan packages
- Linux native functions
- Darwin native functions
- Windows native functions
-
windows_amd64 -
windows_i386 -
linux_amd64 -
linux_i386 -
linux_arm64 -
linux_arm32 -
darwin_arm64 -
darwin_amd64
The linux binaries have been built both with support for X11 and wayland.