Skip to content

A simple softbody simulation playground using spring-mass systems

Notifications You must be signed in to change notification settings

mrmojo2/springmass_softbody_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Output Preview

cloth Output

Getting Started

Requirements

  • A C++ compiler (e.g., G++)
  • SDL2 library for window management and rendering

Installation

  1. Install dependencies (SDL2 and SDL2_gfx):

    sudo apt update
    sudo apt install -y libsdl2-dev libsdl2-gfx-dev
  2. Clone the repository:

    git clone https://github.com/mrmojo2/springmass_softbody_simulation.git
    cd springmass_softbody_simulation
  3. Build the project:

    make
  4. Run the engine:

    make run

About

A simple softbody simulation playground using spring-mass systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages