Results 5 issues of karl

I have encountered an issue with the client suddenly throwing out a lot of " Discarding UDP packet due to EAGAIN" messages (about 4 pr ms and up to a...

I made some changes to build cava using the MinGW compiler (basically the commands mentioned in the linux section of Readme): ```diff diff --git a/Makefile.am b/Makefile.am index f133e95..b6cb4de 100644 ---...

Hey @karlstav! I was able to build cava from source on Windows and both `sdl` and `sdl_glsl` outputs are working 💖 However since cava is popularly used in terminals, how...

was using . instead of -

hi, I was trying to build the docker container and it just didn't start. Figured out [this](https://github.com/tgjones/shader-playground/blob/aca8b100cbfd8647bc65ec215461bc7b4924870c/build-docker.ps1#L123) would return true even though I did not have the image: ``` PS...