https://github.com/lukeuke/audiovisualizer
audio visualizer project for uni
https://github.com/lukeuke/audiovisualizer
audio-visualizer raylib
Last synced: 10 months ago
JSON representation
audio visualizer project for uni
- Host: GitHub
- URL: https://github.com/lukeuke/audiovisualizer
- Owner: Lukeuke
- Created: 2025-05-12T09:31:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T13:36:49.000Z (about 1 year ago)
- Last Synced: 2025-06-12T14:43:41.921Z (about 1 year ago)
- Topics: audio-visualizer, raylib
- Language: C++
- Homepage: https://lukeuke.github.io/AudioVisualizer/
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# AudioVisualizer
Audio visualizer made in C++
## Automatic build
#### Windows:
```shell
.\build-windows.ps1
```
#### Linux:
```shell
chmod +x build-liunx.sh
./build-liunx.sh
```
### Build manual
**1st time (or when adding new libraries)**
```shell
cmake -B build
cmake --build build
```
**2nd time and onwards**
```
cmake --build build
```
Output inside:
```shell
cd /build/bin/Debug
```
## Documentation
Generate
```shell
doxygen Doxyfile
cd latex
make.bat
```
After generated
```shell
mv html docs
```
## Contributing
Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.