Tools/GLFW

From OpenGL Wiki
Revision as of 23:45, 26 July 2013 by Alfonse (talk | contribs) (GLFW 3.0.1 released.)
Jump to navigation Jump to search
GLFW
Version 3.0.1
Release date 17 Jun, 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.