aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 28f19051a2458426ecbc04bb4d55e333389dec72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Particle Simulator
This is a simple particle simulator written in zig using [Raylib](https://www.raylib.com)

Learn more about it on my [website](https://ngaffney.dev/portfolio/particle-sim/)
## Dependencies
- rlImgui bindings
- zgui
- raylib
## Running
Compile with `zig build --release=fast` and run with `./zig-out/bin/particle-sim`
Alternatively, just run `zig build --release=fast run`

## Known Issues
If you reduce the radius to be equal to or below the minimum idstance, it will crash.