bindings-GLFW
=============
## Description
[](http://hackage.haskell.org/package/bindings-GLFW)
Low-level [Haskell][1] bindings to [GLFW][2], 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][3].
*These bindings are a lot lower level than intended for normal use.*
For higher-level GLFW bindings, see [GLFW-b][4].
## 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.
[1]: http://www.haskell.org/
[2]: http://www.glfw.org/
[3]: http://www.glfw.org/Version-3.3-released.html
[4]: https://github.com/bsl/GLFW-b