Author: Daniel Hader
Last Updated: 23 Jun 2025
RodSim is software for performing simulations of the abstract Slat Assembly Model and the kinetic Slat Assembly Model.
There's an included CMakeList.txt file so it can be built using cmake so long as you have the dependencies installed.
mkdir build
cd build
cmake ..
make -j4Once that's done, you'll have an executable called rodsim_cli which is the simulator.