Fun project made in an effort to learn 2D Sand Pile Simulation, Godot Engine and a bit of C++.
Falling Sand Simulation is based on sand-slide game
Generating of mesh colliders for 2D phisics simulation is based on
- cpp-marching-squares
- douglas-peucker implemented by PieKing1215 in his FallinSandSurvival