Skip to content

phlipsi/visualizer

Repository files navigation

LICENSE

Visualizer

Visualizer for a song I made using abstract forms in different colors dancing after a given choreography.

This project is still work in progress!

Build

In order to build this project you need

The build you need to install the necessary conan packages, run CMake and compile the project with your compiler:

> mkdir build && cd build
> conan install ..
> cmake ..
> cmake --build . --config Release

You start the project with:

> ./bin/visualizer ../choreography.json ../dream.wav

Attributions

Example

Example

About

Nice OpenGL visualizations for music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published