keysmash.systems
website of am.
posts
- 1 May 2024Top 10 Programming Resources
- 9 Nov 2021Editing a PDF in Vim
featured project: sand
controls:
- left click: place
- right click: erase
about
I made this around 2020 to learn C++. The graphics is implemented using SDL2, where the cell grid is written to a texture that is blitted to the screen each frame.
SDL2 has the advantage that it is easy to port to web using emscripten.
The logic is similar to as describe here.