@hackage bindings-GLFW3.3.9.2

Low-level bindings to GLFW OpenGL library

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Brian Lewis <brian@lorf.org> , Schell Scivally <efsubenovex@gmail.com> , Javier Jaramago <jaramago.fernandez.javier@gmail.com> , Pavel Krajcevski <krajcevski@gmail.com>

  • Versions

  • Installation

  • Dependencies (1)

  • Dependents (2)

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

      system-glfw
       (off by default)

      Use the system-wide GLFW instead of the bundled copy.

      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.

      macosxuseretina
       (on by default)

      Mac OS X only. Determines whether windows use the full resolution of Retina displays (recommended).

      x
       (on by default)

      Linux only. Determines whether to target the X11 display server.

      wayland
       (off by default)

      Linux only. Determines whether to target the Wayland display server.

      osmesa
       (off by default)

      Linux only. Determines whether or not to use the Mesa 3D rendering context.

      exposenative
       (off by default)

      Whether or not to use the native access functions. You most likely do not want to do this. You may if you're coding for the Rift, perhaps.

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).