An open API service indexing awesome lists of open source software.

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

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
```