- A C++ compiler (e.g., G++)
- SDL2 library for window management and rendering
-
Install dependencies (SDL2 and SDL2_gfx):
sudo apt update sudo apt install -y libsdl2-dev libsdl2-gfx-dev
-
Clone the repository:
git clone https://github.com/mrmojo2/springmass_softbody_simulation.git cd springmass_softbody_simulation
-
Build the project:
make
-
Run the engine:
make run