https://github.com/yashsaxena9/verlet-solver
A simple Verlet solver written in C++ using Raylib.c library
https://github.com/yashsaxena9/verlet-solver
c cpp fire-simulation raylib verlet-integration verlet-physics
Last synced: 20 days ago
JSON representation
A simple Verlet solver written in C++ using Raylib.c library
- Host: GitHub
- URL: https://github.com/yashsaxena9/verlet-solver
- Owner: YashSaxena9
- License: mit
- Created: 2025-06-05T17:42:00.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-06T17:30:35.000Z (12 months ago)
- Last Synced: 2025-10-30T05:04:36.634Z (7 months ago)
- Topics: c, cpp, fire-simulation, raylib, verlet-integration, verlet-physics
- Language: C
- Homepage: https://github.com/YashSaxena9
- Size: 3.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔥 Verlet Particle Simulation
This is a C++ project that simulates a particle system using Verlet integration.
---
## 🚀 Features
- Verlet-based particle integration
- Built with [Raylib](https://www.raylib.com/) for rendering
---
## 🛠️ Build & Run
### 📦 Requirements
- OS: linux or mac
- C++ compiler (e.g., `g++` or `clang++`)
### 🔧 Build
```bash
./build.sh
```
### 💻 Run
```bash
./run.sh
```