modularize

This commit is contained in:
mtgmonkey
2025-12-25 15:03:06 +01:00
parent 38c7580cc4
commit f836081564
10 changed files with 558 additions and 416 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
## installation
#### with Nix:
```bash
nix run git+https://git.mtgmonkey.net/Andromeda/hs-glsl
```
#### without Nix:
```bash
git clone https://git.mtgmonkey.net/Andromeda/hs-glsl
cd hs-glsl
cabal build
```
## usage
see `src/Main.hs` for an example
## development
#### with Nix
```bash
git clone https://git.mtgmonkey.net/Andromeda/hs-glsl
cd hs-glsl
nix develop
```