diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-11-20 20:57:13 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-11-20 20:57:58 +0300 |
| commit | 4588e4b1be41b7364a5faee5489e7e1c0fcb42d6 (patch) | |
| tree | ce9a6756ad91d191f3581b7d855e5e9f2fb7565d | |
| parent | a7f99d059477a7434ef69761960bab1f688ccd1e (diff) | |
Update README.md with new dependencies
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | src/main.c | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -5,7 +5,7 @@ <p> <img width="322" alt="image" align="left" src="https://github.com/user-attachments/assets/a4c15c52-fae5-4ba2-be4b-c37b7ab36ba4" /> -Just a crappy synth using alsa and SDL3. Works only on linux. +Just a crappy synth using alsa and sokol. Works only on linux. </p> <br/> <br/> @@ -22,7 +22,10 @@ nix run github:spl3g/crynth ``` For other systems you have to have these libraries: -- sdl3 +- libGL +- libX11 +- libXi +- libXcursor - asoundlib ```sh @@ -119,7 +119,7 @@ int init_sounds(AppState *state) { .param_change = { .param_type = PARAM_OSC, - .value = OSC_SQUARE, + .value = OSC_SAW, }, }, { |
