Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 238 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 238 Bytes

VORPAL

Vorpal Open Real-time Procedural Audio Layer is game audio middleware focused on real-time procedural audio.

Build

git submodule update --init
mkdir build
cd build
cmake ..
make