Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfined/die
https://github.com/cyberfined/die
glfw haskell opengl
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfined/die
- Owner: cyberfined
- License: bsd-3-clause
- Created: 2019-06-20T13:02:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T13:37:37.000Z (over 5 years ago)
- Last Synced: 2023-08-28T05:50:15.144Z (about 1 year ago)
- Topics: glfw, haskell, opengl
- Language: Haskell
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```