iyht / Cloth-Simulation

FEM cloth simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is my implementation of FEM cloth simulation assignment in CSC417/CSC2549-Physics-based Animation. Cloth simulation!

Build & Execution

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

About

FEM cloth simulation


Languages

Language:C++ 97.5%Language:CMake 2.5%