Find a file
2021-12-22 15:45:52 +01:00
backend added 3d plotting 2021-12-22 15:45:52 +01:00
src added 3d plotting 2021-12-22 15:45:52 +01:00
vendor added imgui 2021-12-21 15:22:47 +01:00
.gitignore basic glfw app setup 2021-12-20 04:31:50 +01:00
.gitmodules added imgui 2021-12-21 15:22:47 +01:00
CMakeLists.txt added 3d plotting 2021-12-22 15:45:52 +01:00
README.md updated readme 2021-12-21 15:27:02 +01:00
TODO added todo 2021-12-21 22:21:07 +01:00

Visualizer

Hopefully eventually a neat little realtime 3D audio visualizer.

DSP is hard.

How to build

Initialize and update the submodule vendor/imgui. If you don't have GLFW and GLM installed on your machine (e.g. because you're on windows or because you can't be bothered), initialize and update vendor/glfw and vendor/glm as well to build from source.

After that perform the following commands to generate build files

mkdir build
cd build
cmake ..