Linux Desktop Music visualizer made with SFML
It's not quite customizable yet.
I use some snippets of code from cava and conky.
- PulseAudio
- fftw3
- SFML 2.5
$ mkdir build && cd build
$ cmake ..
$ make
- Allow customization (color, position, size, etc) via config file
- Add support for other audio sources
- More visualizer designs?