Coding


Using Conway's Game of Life to Modify Images

This was a little project that started out as an art project for a distributon class. It originally used standalone Processing, but now uses Processing.js to display on a web browser. Conway\'s game of life is used, with a random seed, to manipulate the color of the individual pixels in the image. This process creates a different image every time. However as of right now, I am converting it from pure processing to p5.js, to allow it to run on Neocities. But, you can view the source code right now.