This is a simple Falling Sand Simulator built using C and the Raylib library.
- add more sophicated interaction between particles.
- [] add real physics interaction.
- [] add more physical object types.
- []
To build and run the Falling Sand Simulator, follow these steps:
-
Clone the Repository:
git clone https://github.com/structnull/fallingsandsimulation.git
-
Navigate to the Project Directory:
cd fallingsandsimulation
-
Compile the Code:
make
-
Run the Simulator:
./sand
- Left Mouse Button: Draw sand particles on the screen.