@hackage bindings-GLFW3.1
Low-level bindings to GLFW OpenGL library
Installation
Dependencies (2)
- base <5
- bindings-DSL >=1.0 && <1.1 Show all…
Dependents (4)
@hackage/dear-imgui, @hackage/acme-everything, @hackage/GLFW-b, @hackage/gloss
Package Flags
macosxusechdir
(on by default)
Mac OS X only. Determines whether init changes the current directory of
bundled applications to the 'Contents/Resources' directory.
macosxusemenubar
(on by default)
Mac OS X only. Determines whether the first call to createWindow sets up
a minimal menu bar.
macosxuseretina
(on by default)
Mac OS X only. Determines whether windows use the full resolution of Retina displays (recommended).
Low-level Haskell bindings to GLFW, an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events.
The binding is to GLFW 3.1 released 2015-01-18.
These bindings are too low-level for normal use. For higher-level GLFW bindings, see GLFW-b.