Tools/GLFW: Difference between revisions
< Tools
GLFW 3.0.1 released. |
Newer version |
||
Line 1: | Line 1: | ||
{{infobox tool | {{infobox tool | ||
| name = GLFW | | name = GLFW | ||
| version = 3.0. | | version = 3.0.4 | ||
| release = | | release = 31, Dec, 2013 | ||
| platform = Windows, Mac OSX, Linux, FreeBSD | | platform = Windows, Mac OSX, Linux, FreeBSD | ||
| license = [http://opensource.org/licenses/zlib-license.php zlib/libpng] | | license = [http://opensource.org/licenses/zlib-license.php zlib/libpng] |
Latest revision as of 17:22, 1 January 2015
Version | 3.0.4 | |
---|---|---|
Release date | 31, Dec, 2013 | |
Supports Core Profile | yes | |
Platform(s) | Windows, Mac OSX, Linux, FreeBSD | |
Language(s) | C/C++ | |
License | zlib/libpng | |
Website | site |
GLFW is a cross-platform C library for creating and managing an OpenGL window. It provides fairly robust facilities for creating OpenGL Contexts, as well as good input handling routine. The library is focused on functionality that would be useful in a game environment.
This article is a stub. You can help the OpenGL Wiki by expanding it. |