bindings-GLFW

Low-level bindings to GLFW (http://www.glfw.org/), an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events. The binding is to GLFW 3.3, released 2019-04-15 (http://www.glfw.org/Version-3.3-released.html http://www.glfw.org/changelog.html). These bindings are too low-level for normal use. For higher-level bindings, see GLFW-b (http://hackage.haskell.org/package/GLFW-b). If you've used GLFW before, you were probably using 2.7.x. There are some significant differences in 3.x.x. Please see the transition guide (http://www.glfw.org/docs/3.3/moving.html).


Keywords
graphics, library, Propose Tags, http://www.glfw.org/, http://www.glfw.org/Version-3.3-released.html, http://www.glfw.org/changelog.html, http://hackage.haskell.org/package/GLFW-b, http://www.glfw.org/docs/3.3/moving.html, Skip to Readme, Index, Quick Jump, Bindings.GLFW, More info, bindings-GLFW-3.3.9.1.tar.gz, browse, Package description, Package maintainers, BrianLewis, SchellScivally, Mokosha, javjarfer, edit package information , 3.1.2.2, Haskell, GLFW, GLFW 3.3.9 released 2023-12-13, GLFW-b
License
BSD-3-Clause
Install
cabal install bindings-GLFW-3.3.9.1

Documentation

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.