bindings-GLFW

Low-level bindings to GLFW OpenGL library

LTS Haskell 22.18:3.3.9.1
Stackage Nightly 2024-04-22: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.3.9.1@sha256:4a28ae8d916b85e1a59aa8910c8cf2e416488ff72183011e6646e36b1837fa88,6183

Module documentation for 3.3.9.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2024-04-22(full list with versions):

bindings-GLFW

Description

Hackage

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.3.9 released 2023-12-13.

These bindings are a lot lower level than intended for normal use. For higher-level GLFW bindings, see GLFW-b.

Contributing

  1. To add a new feature or fix a bug, please start a new branch with a meaningful name (not “feature”).
  2. “master” branch is reserved as the current up-to-date working tree.

Thank you, and happy coding.