Skip to content

aeglon97/Verlet-Physics-Engine

Repository files navigation

Verlet-Physics-Engine

Description

A simple cloth simulation using verlet physics. Gravity, friction, and bounce are all accounted for.

Dependencies for running locally

Build Instructions

  1. Clone this repository

  2. Move to the top-level directory and clone this external repository: git clone https://github.com/aminosbh/sdl2-cmake-modules.git

  3. Create and move to a build directory in the top-level directory: mkdir build && cd build

  4. Compile: cmake .. followed by make

  5. Run: ./verlet_simulator

About

A simple verlet physics engine coded in pure SDL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published