2023/05/23

image2gol v2

Click the file input and choose an image. This image will be used as the input for running Conway's Game of Life. This is all done on the client with JavaScript.

This is an update approach to the previous post that modifies the pre-processing step. This version uses Bayer Dithering to produce a dithered monochrome image. The implementation is based on this Shadertoy example of Ordered Dithering.

I came across the great Ditherpunk post again today, and had to try my hand at a brief implementation. The pre-processed images now contain much more detail, and the resulting Game of Life is different.