An open API service indexing awesome lists of open source software.

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.

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.git

stack build

stack exec example
```