@hackage bindings-GLFW0.0.0

Low-level bindings to GLFW OpenGL library

  • Installation

  • Dependencies (0)

  • Dependents (2)

    @hackage/dear-imgui, @hackage/GLFW-b
  • Package Flags

      macosxusechdir
       (on by default)

      Mac OS X only. Determines whether init changes the current directory of bundled applications to the 'Contents/Resources' directory.

      macosxusemenubar
       (on by default)

      Mac OS X only. Determines whether the first call to createWindow sets up a minimal menu bar.

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.0.1, released 2013-06-17.

These bindings are too low-level for normal use. For higher-level GLFW bindings, see GLFW-b.