bindings-GLFW

Low-level bindings to GLFW OpenGL library

LTS Haskell 22.39:3.3.9.2
Stackage Nightly 2024-10-22:3.3.9.2
Latest on Hackage:3.3.9.2

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.2@sha256:8be764c9e1582fa17be4dc1e1a3835223a270ce0ea787109f46d48c968fde9d6,6183

Module documentation for 3.3.9.2

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2024-10-21(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.