GitXplorerGitXplorer
i

Physcis-based-Simulation-3D-Mass-Spring-System

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
f322639688157641fa1a8f92771f188972384048

git attributes

iiyht committed 4 years ago
Unverified
192bdb624440558cf52e3fc4a677e49e5b251169

Merge branch 'main' of https://github.com/Haotian-Yang/Physcis-based-Simulation-3D-Mass-Spring-System into main

iiyht committed 4 years ago
Unverified
0a8d42097cf56a7e31a58ad95d511eff843a1820

git attributes

iiyht committed 4 years ago
Verified
54dbdf2db6646f99e7b77dfe71ef59822832c651

Update README.md

iiyht committed 4 years ago
Unverified
ad43e23e7ddf1bb8595d1ef32833a680bbb1a1a0

update readme

iiyht committed 4 years ago
Unverified
0fa18b49dd452082475c515970772d8b4372166e

cleanup

committed 4 years ago

README

The README file for this repository.

Introduction

This is my implementation of 3D mass spring system assignment in CSC417/CSC2549-Physics-based Animation.

Poking and prodding Terry the Bunny

Build & Execution

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 
./a2-mass-spring-3d