Visualizer/README.md
2021-12-26 02:02:39 +01:00

23 lines
416 B
Markdown

# Visualizer
Hopefully eventually a neat little realtime 3D audio visualizer.
DSP is hard.
## How to build
After cloning, perform the following commands
```
git submodule update --init --recursive
mkdir build
cd build
cmake ..
```
Finally, to build the project do the following
## Linux
Run `make`
## Windows
CMake generated project files in the `build` directory which you can open in an IDE and build there.