
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.
It also provides functions accessing OpenGL extensions, creating and synchronizing threads and reading textures from files.
GLFW is available for Windows, Mac OS X and Unix-like systems such as Linux, Solaris and FreeBSD.
The latest release is version 2.6, which can be downloaded here.
The latest news on the project can be found on our news page.
If you wish to contact the developers or find other users, please see our contact information.
More information is available on our SourceForge.net project page