Reads an ATS files and renders it.
ATS parser adapted from hn3000/ats-types.
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.