A falling sand simulation built in C# with Raylib. Made as a learning project to get familiar with C# and experiment with GitHub Actions for CI/CD.
Pre-built binaries for Windows and Linux are available on the Releases page.
Requires .NET 10 SDK.
git clone git@github.com:andreasHovaldt/SandSimulator.git
cd SandSimulator
dotnet runFor a release build with better performance:
dotnet run -c Release- Left click: Spawn sand
- Right click: Spawn water
- Middle click: Spawn rock
- C: Clear scene
- B: Run benchmark