https://github.com/simre1/lambdagl
Experimental wrapper for opengl in haskell.
https://github.com/simre1/lambdagl
graphics haskell opengl type-level-programming
Last synced: 4 months ago
JSON representation
Experimental wrapper for opengl in haskell.
- Host: GitHub
- URL: https://github.com/simre1/lambdagl
- Owner: Simre1
- License: mit
- Created: 2020-06-03T15:01:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T00:31:28.000Z (about 5 years ago)
- Last Synced: 2024-12-29T05:22:28.831Z (6 months ago)
- Topics: graphics, haskell, opengl, type-level-programming
- Language: Haskell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LambdaGL
LambdaGL tries to simplify the task of interfacing with OpenGL less difficult by utilising advanced types.
Right now, this project is in its infancy and not usable for any serious application.
Feel free to check out the code as well as the example.
## Build & Execute Example
I am using stack as my build tool.
```
git clone https://github.com/Simre1/LambdaGL.gitstack build
stack exec example
```