Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass Spring

A C++ mass-spring system simulation using Qt5 and QGLViewer for visualization.

Prerequisites

Usage

Build and run

Euler

cmake -S . -B .build -DCMAKE_BUILD_TYPE=Release -DINTEGRATOR=euler
cmake --build .build --parallel
cmake --build .build --target run

Euler demo

Runge-Kutta 4

cmake -S . -B .build -DINTEGRATOR=rk4
cmake --build .build --parallel
cmake --build .build --target run

RK4 demo

Format

cmake --build .build --target format
cmake --build .build --target format-check

About

C++ mass-spring system simulation using Qt5 and QGLViewer, with Euler and Runge-Kutta 4 integration.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages