Overview
Sand Simulator is a school project built to learn object-oriented programming through a classic falling-sand simulation.
Particles fall and pile up on screen, which makes class design (particles, grid, rendering) concrete and visual.
Key Features
- Falling-sand particle simulation
- Object-oriented design
- School learning project
Tech Stack
Written in C++. See the repository for build instructions.