A simple vulkan-based DEMO music player written in zig. The project is only for the purposes of learning and is not intended for real use in it's current state.
The project ships with an example library and is hardcoded to use that.
- zig (master)
- ao
- glfw
- libmad
- vulkan
git clone --recurse-submodules https://github.com/kdchambers/music_player
cd music_player
zig build run -Drelease-safe