Tools/GLFW: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
GLFW stub page.
(No difference)

Revision as of 05:47, 1 March 2013

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