bindings-GLFW

Low-level bindings to GLFW OpenGL library

Version on this page:3.3.2.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.2.0@sha256:e286d28248619f968c3f5ccd3fc3578c7ff4cc0372ca54635f3adce9b1d09b3a,6301

Module documentation for 3.3.2.0

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2020-08-12(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.0 released 2019-04-15.

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.