A C++ mass-spring system simulation using Qt5 and QGLViewer for visualization.
cmake -S . -B .build -DCMAKE_BUILD_TYPE=Release -DINTEGRATOR=euler
cmake --build .build --parallel
cmake --build .build --target runcmake -S . -B .build -DINTEGRATOR=rk4
cmake --build .build --parallel
cmake --build .build --target runcmake --build .build --target format
cmake --build .build --target format-check
