blob: fd2fa638405430753e9af17ff1efe0bab86240cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# *CR*appy s*YNTH*
Just a crappy synth using alsa and raylib. Works only on linux.
## Building
If you use nix, you can just run it like that:
```sh
nix run github:spl3g/crynth
```
For other systems you have to have these libraries:
- raylib
- asoundlib
```sh
cc -o nob nob.c
./nob
./build/crynth
```
|