Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfined/die


https://github.com/cyberfined/die

glfw haskell opengl

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# DIE is not engine
Haskell modern opengl demo

# Structure


src
├── Main.hs
├── Camera.hs
├── Shader.hs
├── Vertices.hs
├── Utils.hs
├── Linear
│   ├── Matrix.hs
│   ├── Storable.hs
│   ├── Transform.hs
│   ├── Transposable.hs
│   ├── V2.hs
│   ├── V3.hs
│   ├── V4.hs
│   └── Vector.hs
└── Texture
   ├── Classes.hs
   ├── DDS.hs
   └── Utils.hs

# Build and run

```bash
stack init
stack build
stack exec die
```