Fabric Simulation with C++ Graph Class

For Stanford's Advanced Software Development for Scientists and Engineers course (CME 212) I implemented a performant graph class in C++. One of the tasks was to simulate fabric falling over a sphere using a grid of springs and dampers modeled using a graph.