Skip to content

ReFantasy/SimulationCourse

Repository files navigation

Simulator

linux macOS windows

A mass-spring cloth simulator using Polyscope for visualization and Eigen for numerical computation.

Setup

Clone Repository

git clone --depth=1 --recurse-submodules https://github.com/ReFantasy/SimulationCourse.git

or

git clone https://github.com/ReFantasy/SimulationCourse.git
cd SimulationCourse
git submodule update --init --recursive

Build Project

cd SimulationCourse
cmake -S . -B build 
cmake --build build -j8

Homework

Complete the function

  • void EulerStep(System& system, REAL dt) in src/timestepper/euler.cpp
  • void MassSpringSystem::CalculateForces() in src/mass_spring_sytem.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published