nic-gaffney/particle-sim
A particle simulator written in zig
master
d90f353a733ab34f1c62e42c01ee87993075fa7e
This is a simple particle simulator written in zig using Raylib
Compile with zig build --release=fast
and run with ./zig-out/bin/particle-sim
Alternatively, just run zig build --release=fast run
Sometimes there is a memory leak from outside zig that causes the entire program to freeze up and crash. Work in progress.