iyht / Rigid-Body-Simulation

Rigid body simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rigid body simulation


Languages

Language:C++ 100.0%