The Marching Squares algorithm aims to create contours for a scalar field. In terms of images, this can be thought of as grayscale-valued raster images. The algorithm generate contours by seperating ...
This is a small web application written in JavaScript for generating line-based images of Elementary Cellular Automata using Marching Squares. The image is drawn using p5.js, and can be downloaded as ...