aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 12:06:02 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 12:06:02 -0500
commita075b96eb99ea7f0392715d8d31115584c88790d (patch)
tree813103f503b689de5df9c1126aaf7911fddd6acd /README.md
parent0e64ca99fa78897657fad62f420e92b19d22cf19 (diff)
downloadparticle-sim-a075b96eb99ea7f0392715d8d31115584c88790d.tar.gz
Updated README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76320c3..28f1905 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# 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
@@ -9,4 +11,4 @@ Compile with `zig build --release=fast` and run with `./zig-out/bin/particle-sim
Alternatively, just run `zig build --release=fast run`
## Known Issues
-Sometimes there is a memory leak from outside zig that causes the entire program to freeze up and crash. Work in progress.
+If you reduce the radius to be equal to or below the minimum idstance, it will crash.