Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 509 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 509 Bytes

desktop-visualizer

Linux Desktop Music visualizer made with SFML

It's not quite customizable yet.

I use some snippets of code from cava and conky.

Dependencies

  • PulseAudio
  • fftw3
  • SFML 2.5

Building

$ mkdir build && cd build
$ cmake ..
$ make

TODO

  • Allow customization (color, position, size, etc) via config file
  • Add support for other audio sources
  • More visualizer designs?