Age | Commit message (Collapse) | Author |
|
In particular I've implemented a standardised complete FILE * reader
without relying on fseek (which may not work for pipes).
|
|
+some file handlers for writing and reading (may help with very large
renders by doing them piecemeal when I can)
|
|
Doing this experiment with threads shows a strong improvement in
render speed by separating "steps" from the direct render.
|
|
Stopped presenting the simulation after a while.
|
|
|
|
This will be useful for zooming in.
|
|
Based on Wikipedia page colouring.
|
|
Per iteration, increment the centre of the grid, and perform any
collapsing necessary (if >= 4 then sand pile "collapses" onto its
cardinal directions).
|
|
Simple hello world in raylib, with a Makefile to do the compilation
for me!
|