A simple game of life simulation for live wallpaper apps such as komorebi. Uses GPU.js
Settings can be tweaked in the url like this: https://crispypin.github.io/gol-wallpaper/?cellsize=16&time=2&margin=3
The full list of options follows:
cellsize: the width of cells in pixelstime: the number of frames per cyclemargin: the width of the grid (subtracted from cellsize)clock: if true, shows a digital clock that interacts with the simulationpopulate: if true, starts the board with 30% of cells aliveedges: random weight of edges, defaults to 0.3. Set to zero to not generate more stuff constantly.