commit | 4bccb3dc9f4f96074b05a653d3bc104599d469b1 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@glfw.org> | Sun Jun 05 19:35:39 2016 +0200 |
committer | Camilla Berglund <elmindreda@glfw.org> | Wed Jun 15 01:35:05 2016 +0200 |
tree | 27cc81cc79f39b1c723a660aee59a1d21fe6ce64 | |
parent | d8c278bf529da00df31d125a7ad6291123ade2ef [diff] |
Start 3.2.1
GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.
The current stable release is version 3.2. See the downloads page for details and files, or fetch the latest
branch, which always points to the latest stable release. Each release starting with 3.0 also has a corresponding annotated tag.
This is version 3.2.1, which is not yet described.
If you are new to GLFW, you may find the tutorial for GLFW 3 useful. If you have used GLFW 2 in the past, there is a transition guide for moving to the GLFW 3 API.
See the Compiling GLFW guide in the GLFW documentation.
See the Building programs that use GLFW guide in the GLFW documentation.
Bugs are reported to our issue tracker. Please always include the name and version of the OS where the bug occurs and the version of GLFW used. If you have cloned it, include the commit ID used.
If it's a build issue, please also include the build log and the name and version of your development environment.
If it's a context creation issue, please also include the make and model of your graphics card and the version of your driver.
This will help both us and other people experiencing the same bug.
GLFW itself needs only the headers and libraries for your window system. It does not need the headers for any context creation API (WGL, GLX, EGL, NSGL) or rendering API (OpenGL, OpenGL ES, Vulkan) to enable support for them.
The examples and test programs depend on a number of tiny libraries. These are located in the deps/
directory.
The Vulkan example additionally requires the Vulkan SDK to be installed, or it will not be included in the build.
The documentation is generated with Doxygen. If CMake does not find Doxygen, the documentation will not be generated.
The official website for GLFW is glfw.org. There you can find the latest version of GLFW, as well as news, documentation and other information about the project.
If you have questions related to the use of GLFW, we have a support forum, and the IRC channel #glfw
on Freenode.
If you have a bug to report, a patch to submit or a feature you'd like to request, please file it in the issue tracker on GitHub.
Finally, if you're interested in helping out with the development of GLFW or porting it to your favorite platform, join us on GitHub or IRC.
GLFW exists because people around the world donated their time and lent their skills.