Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.02 KB

Verlet Physics in C++

A simple verlet physics engine written in C++. Additionally supports collision detection and resolution between convex polygons and circles.

Table of Contents 📰

Demo

Demo

Installation

git clone https://github.com/freddie-nelson/cpp-verlet-physics
cd cpp-verlet-physics

./prod.bat

Contributing

Prerequisites

  • g++
  • cmake
  • SDL2, SDL2_ttf

Setup

# clone repo
git clone https://github.com/freddie-nelson/cpp-verlet-physics
cd cpp-verlet-physics

./dev.bat

License

MIT

Copyright © 2020 - Present, Freddie Nelson

Contact