aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-13 03:37:33 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-13 03:37:33 -0500
commit552848300ffab74403c24eb1adb60df8c05c6a14 (patch)
tree66887d882e84b47fdceae524592a602b9e795995 /README.md
parent775a843247b8388c07ef515b30a172ee06c35993 (diff)
downloadparticle-sim-552848300ffab74403c24eb1adb60df8c05c6a14.tar.gz
Updated README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 320e1b0..76320c3 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# Particle Simulator
This is a simple particle simulator written in zig using [Raylib](https://www.raylib.com)
## Dependencies
-- slightly modified rlImgui bindings (commented out lines 295-298)
+- 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
+Sometimes there is a memory leak from outside zig that causes the entire program to freeze up and crash. Work in progress.