bindings-GLFW: Low-level bindings to GLFW OpenGL library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Bindings
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.1, released 2015-01-18 (http://www.glfw.org/Version-3.1-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.1/moving.html).
[Skip to Readme]
Properties
Versions | 0.0.0, 0.0.1, 0.1.0, 3.0.3, 3.0.3.1, 3.0.3.2, 3.0.3.3, 3.1, 3.1.1, 3.1.1.2, 3.1.1.3, 3.1.1.4, 3.1.2.0, 3.1.2.1, 3.1.2.2, 3.1.2.2, 3.1.2.3, 3.1.2.4, 3.2.1.0, 3.2.1.1, 3.3.0.0, 3.3.1.0, 3.3.2.0, 3.3.9.0, 3.3.9.1, 3.3.9.2 |
---|---|
Change log | None available |
Dependencies | base (<5), bindings-DSL (>=1.0 && <1.1), template-haskell (>=2.10 && <2.12) [details] |
License | BSD-3-Clause |
Author | Brian Lewis <brian@lorf.org> |
Maintainer | Schell Scivally <efsubenovex@gmail.com>, Brian Lewis <brian@lorf.org>, Javier Jaramago <jaramago.fernandez.javier@gmail.com> |
Category | Graphics |
Source repo | head: git clone git://github.com/bsl/bindings-GLFW.git |
Uploaded | by javjarfer at 2016-10-01T17:45:14Z |
Modules
[Index]
- Bindings
- Bindings.GLFW
- Bindings.Helpers
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
macosxusechdir | Mac OS X only. Determines whether | Enabled |
macosxusemenubar | Mac OS X only. Determines whether the first call to | Enabled |
macosxuseretina | Mac OS X only. Determines whether windows use the full resolution of Retina displays (recommended). | Enabled |
x | Linux only. Determines whether to target the X11 display server. | Enabled |
wayland | Linux only. Determines whether to target the Wayland display server. | Disabled |
mir | Linux only. Determines whether to target the Mir display server. | Disabled |
exposenative | 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. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- bindings-GLFW-3.1.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees