https://github.com/freddie-nelson/cpp-verlet-physics
A simple verlet physics engine written in C++
https://github.com/freddie-nelson/cpp-verlet-physics
cpp physics physics-2d sdl2 verlet-integration verlet-physics
Last synced: 15 days ago
JSON representation
A simple verlet physics engine written in C++
- Host: GitHub
- URL: https://github.com/freddie-nelson/cpp-verlet-physics
- Owner: freddie-nelson
- Created: 2023-09-20T15:56:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T20:08:07.000Z (over 1 year ago)
- Last Synced: 2025-05-08T19:13:58.058Z (15 days ago)
- Topics: cpp, physics, physics-2d, sdl2, verlet-integration, verlet-physics
- Language: C++
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](#installation)
- [Contributing](#contributing)
- [Prerequisites](#prequisites)
- [Setup](#setup)
- [License](#license)
- [Contact](#contact)## Demo

## Installation
```bash
git clone https://github.com/freddie-nelson/cpp-verlet-physics
cd cpp-verlet-physics./prod.bat
```## Contributing
### Prerequisites
- g++
- cmake
- SDL2, SDL2_ttf### Setup
```bash
# clone repo
git clone https://github.com/freddie-nelson/cpp-verlet-physics
cd cpp-verlet-physics./dev.bat
```## License
[MIT](https://opensource.org/licenses/MIT)
Copyright © 2020 - Present, Freddie Nelson
## Contact
- [Send me an email 📧](mailto:[email protected])
- [Contact me through my website](https://freddienelson.co.uk)