keysmash.systems

website of am.

posts

feed

featured project: sand

more projects

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.