bindings-GLFW

Low-level bindings to GLFW OpenGL library

Version on this page:3.1.1.4
LTS Haskell 22.14:3.3.9.1
Stackage Nightly 2024-03-28:3.3.9.1
Latest on Hackage:3.3.9.1

See all snapshots bindings-GLFW appears in

BSD-3-Clause licensed by Brian Lewis
This version can be pinned in stack with:bindings-GLFW-3.1.1.4@sha256:653da0949d0c6e284ac9805b88f6d19b7e41e49eda1fe6b075482f9da7106273,5165

Module documentation for 3.1.1.4

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2016-02-28(full list with versions):

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.