- Download the latest build from here.
- Load iRacing into watching a race/replay session you want to watch
- run camdir.exe
- Download the code
- Make sure CMake is installed on you dev machine
- Run
build.sh
in something like GitBash - Load iRacing into a race/replay session you want to watch
- run `./build/Debug/camdir.exe
The camera director is implemented using a Entity Component System-based Game Loop. Components (gray) are data stores and Systems (blue) operate based on the data contained within each system.