bindings-GLFW

Low-level bindings to GLFW OpenGL library

Version on this page:3.3.0.0
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.3.0.0@sha256:e9a9432ed2711371210a841a38643abfaf475cf5512c0d79942f3d70cbf8b2f7,6301

Module documentation for 3.3.0.0

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2019-11-07(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.2.1 released 2016-08-18.

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.