gl: Complete OpenGL raw bindings

[ bsd3, graphics, library ] [ Propose Tags ]

Complete OpenGL raw bindings


[Skip to Readme]

Modules

[Index]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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 (info)
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), containers (>=0.5 && <0.6), directory (>=1.2 && <1.3), filepath (>=1.3 && <1.4), fixed (>=0.2.1 && <0.4), half (>=0.2 && <0.3), hxt (>=9.3 && <9.4), split (>=0.2 && <0.3), transformers (>=0.2 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright © 2014 Edward A. Kmett, Copyright © 2014 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
Revised Revision 1 made by EdwardKmett at 2019-06-07T03:18:03Z
Category Graphics
Source repo head: git clone https://github.com/ekmett/gl
Uploaded by EdwardKmett at 2014-11-04T01:53:08Z
Distributions LTSHaskell:0.9, NixOS:0.9, Stackage:0.9
Reverse Dependencies 13 direct, 9 indirect [details]
Downloads 20265 total (45 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for gl-0.4

[back to package description]

gl

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