GPipe-GLFW is a utility library to enable the use of GLFW as the OpenGL window and context handler for GPipe. Resources for learning GPipe are listed in the next section.
Find GPipe-GLFW on github, stackage, and hackage.
GPipe is a typesafe functional API based on the conceptual model of OpenGL, but without the imperative state machine.
To learn GPipe, start with the readme. You could also go directly to a working example or the tutorials Part 1, Part 2, Part 3, Part 4, Part 5.
Find GPipe on github, stackage, and hackage.
- 1.2.2
- grtlr added scroll callback registration.
- Add a readme to be a good citizen and update documentation.
- 1.2.1
- bch29 refactored and added new GLFW input callback registration functions as well as the
unsafe
module to access the GLFW window directly.
- bch29 refactored and added new GLFW input callback registration functions as well as the
- 1.2
- bch29 exposed more of the underlying GLFW hints.