Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/gl
Complete raw OpenGL bindings for Haskell
https://github.com/ekmett/gl
Last synced: about 1 month ago
JSON representation
Complete raw OpenGL bindings for Haskell
- Host: GitHub
- URL: https://github.com/ekmett/gl
- Owner: ekmett
- License: other
- Created: 2014-11-01T16:32:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T19:34:54.000Z (8 months ago)
- Last Synced: 2024-10-16T06:42:58.951Z (about 2 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/gl
- Size: 6.52 MB
- Stars: 93
- Watchers: 14
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
- my-awesome - ekmett/gl - 04 star:0.1k fork:0.0k Complete raw OpenGL bindings for Haskell (Haskell)
README
glgen
=====[![Hackage](https://img.shields.io/hackage/v/gl.svg)](https://hackage.haskell.org/package/gl) [![Build Status](https://github.com/ekmett/gl/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/gl/actions?query=workflow%3AHaskell-CI)
The `gl` package supplies low level bindings to all of the OpenGL specification for Haskell.
This package, `glgen`, is used to build the `gl` package.
Usage
-----1. Download the latest and greatest xml specification for OpenGL from Khronos.
2. Replace the copy in this directory.
3. `cabal new-run glgen`
4. `cabal new-build gl`
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