Portable framework for OpenGL application development
https://github.com/glfw
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.
- Links to games / glfw
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dirkmueller:Factory/glfw && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000113 113 Bytes | |
_multibuild | 0000000056 56 Bytes | |
glfw-3.3.7.tar.gz | 0000779531 761 KB | |
glfw-rpmlintrc | 0000000060 60 Bytes | |
glfw.changes | 0000017704 17.3 KB | |
glfw.spec | 0000004299 4.2 KB |
Revision 2 (latest revision is 3)
Dirk Mueller (dirkmueller)
committed
(revision 2)
- update to 3.3.7: * [X11] Bugfix: Dynamic loading on OpenBSD failed due to soname differences * [X11] Bugfix: Waiting for events would fail if file descriptor was too large (#2024) * [X11] Bugfix: Joystick events could lead to busy-waiting (#1872) * [X11] Bugfix: glfwWaitEvents* did not continue for joystick events * [X11] Bugfix: glfwPostEmptyEvent could be ignored due to race condition (#379,#1281,#1285,#2033) * [X11] Bugfix: Dynamic loading on NetBSD failed due to soname differences * [X11] Bugfix: Left shift of int constant relied on undefined behavior (#1951) * [Wayland] Added support for key names via xkbcommon * [Wayland] Bugfix: Key repeat could lead to a race condition (#1710) * [Wayland] Bugfix: Activating a window would emit two input focus events * [Wayland] Bugfix: Disable key repeat mechanism when window loses input focus * [Wayland] Bugfix: Window hiding and showing did not work (#1492,#1731) * [Wayland] Bugfix: A key being repeated was not released when window lost focus * [Wayland] Bugfix: Showing a hidden window did not emit a window refresh event * [Wayland] Bugfix: Full screen window creation did not ignore GLFW_VISIBLE * [Wayland] Bugfix: Some keys were reported as wrong key or GLFW_KEY_UNKNOWN * [Wayland] Bugfix: Text input did not repeat along with key repeat * [Wayland] Bugfix: glfwPostEmptyEvent sometimes had no effect (#1520,#1521) * [GLX] Bugfix: Context creation failed if GLX 1.4 was not exported by GLX library
Comments 0