From 234445b15e2eff15a219060cffb1243556f675bf Mon Sep 17 00:00:00 2001 From: spl3g Date: Wed, 17 Sep 2025 19:01:09 +0300 Subject: Add a README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.2.3