summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-25(main)~fixed bug with zooming out too farAryadev Chavali
Stopped presenting the simulation after a while.
2023-08-25(main)+zoom in and out by keyboard,+translation by mouseAryadev Chavali
2023-08-25(main)+cameraAryadev Chavali
This will be useful for zooming in.
2023-08-25(main)+colouring for differing sandpile proportionsAryadev Chavali
Based on Wikipedia page colouring.
2023-08-25(main)+state data structure and iteration logicAryadev Chavali
Per iteration, increment the centre of the grid, and perform any collapsing necessary (if >= 4 then sand pile "collapses" onto its cardinal directions).
2023-08-25INITIALAryadev Chavali
Simple hello world in raylib, with a Makefile to do the compilation for me!