Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 608 Bytes

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