Visualizer for a song I made using abstract forms in different colors dancing after a given choreography.
This project is still work in progress!
In order to build this project you need
- conan
- CMake
- Visual C++
- or GCC
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