Skip to content

ATchoreography/audiotrip_choreo_viewer

Repository files navigation

Audio Trip Choreography Viewer

Work in progress!

Reads an ATS files and renders it.

ATS parser adapted from hn3000/ats-types.

Building

This project depends on raylib and jsoncpp.

Build with CMake:

git submodule update --init --recursive
mkdir build && cd build
cmake ..
make -j$(nproc)

Run it in the same directory as barrier.obj to load the barrier model.