Portable framework for OpenGL application development
GLFW is a free, Open Source, portable framework for OpenGL application development. In short, it is a single library providing a powerful, portable API for otherwise operating system specific tasks such as opening an OpenGL window, and reading keyboard, time, mouse and joystick input.
- Developed at games
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/glfw && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
docs-remove-footer.patch | 0000000534 534 Bytes | |
glfw-3.4.tar.gz | 0000936948 915 KB | |
glfw-rpmlintrc | 0000000060 60 Bytes | |
glfw.changes | 0000023616 23.1 KB | |
glfw.spec | 0000004689 4.58 KB |
Revision 25 (latest revision is 28)
Ana Guerrero (anag+factory)
accepted
request 1206121
from
Antonio Teixeira (ateixeira)
(revision 25)
Comments 1
Any chance of providing a variant of this package built with wayland support instead of x11?
The correct way to do that is to pass
-DUSE_WAYLAND=TRUE
when building. This is mutually exclusive with X11 support for some reason, so it would have to be in a separate package that conflicts the x11 version. (That's how most other distros handle this)