Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /