bindings-GLFW

Low-level bindings to GLFW OpenGL library

Version on this page:3.2.1.0
LTS Haskell 22.14:3.3.9.1
Stackage Nightly 2024-03-29: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.2.1.0@sha256:c86e40cc39dcb2306ca374c3e62f504bec43e5cd0db7142aa2ca01e5c7f48b47,5996

Module documentation for 3.2.1.0

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