aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <speefer6@yandex.ru>2025-09-17 19:01:09 +0300
committerspl3g <speefer6@yandex.ru>2025-09-17 19:01:09 +0300
commit234445b15e2eff15a219060cffb1243556f675bf (patch)
treee2b159b0a3ccecceb121df10537186d3f6a07097
parent82deb25f4988c084a01d5bb533cfee0a8eec7672 (diff)
Add a README
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fd2fa63
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```