Tools/GLFW

From OpenGL Wiki
Revision as of 05:47, 1 March 2013 by Alfonse (talk | contribs) (GLFW stub page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. For example, GLFW has no multi-window support.

A link to GLFW