/Rigid-Body-Simulation

Rigid body simulation

Primary LanguageC++

Introduction

This is my implementation of rigid body simulation assignment in CSC417/CSC2549-Physics-based Animation. Fun with interactive rigid bodies

Build & Execution

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 
./a5-cloth-simulation