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
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/glfw && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
3.1.2.tar.gz | 0000461929 451 KB | |
glfw.changes | 0000009518 9.29 KB | |
glfw.spec | 0000003913 3.82 KB |
Revision 7 (latest revision is 28)
Dominique Leuenberger (dimstar_suse)
accepted
request 397176
from
Dmitriy Perlow (DarkSS)
(revision 7)
1
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)