gl: Complete OpenGL raw bindings

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.

[maintain] [Publish]

Warnings:

Complete OpenGL raw bindings


[Skip to Readme]

Properties

Versions 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.7, 0.7.1, 0.7.2, 0.7.2.1, 0.7.2.2, 0.7.2.3, 0.7.2.4, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.8.1, 0.8.0, 0.9, 0.9
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), containers (>=0.5 && <0.7), fixed (>=0.2.1 && <0.3), half (>=0.2 && <0.4), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright © 2014-2019 Edward A. Kmett, Copyright © 2014-2017 Gabríel Arthúr Pétursson, Copyright © 2013 Sven Panne
Author Edward A. Kmett, Gabríel Arthúr Pétursson, Sven Panne
Maintainer ekmett@gmail.com
Category Graphics
Source repo head: git clone https://github.com/ekmett/gl(gl)
Uploaded by EdwardKmett at 2019-06-16T13:35:57Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
usenativewindowslibraries

When compiling under Windows, use the native libraries instead of e.g. the ones coming with Cygwin.

Enabled
useglxgetprocaddress

Use glXGetProcAddress instead of dlsym on non-Windows/-Darwin platforms.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for gl-0.9

[back to package description]

gl

Hackage Build Status

This package supplies low level bindings to all of the OpenGL specification for Haskell.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett