modularize
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user