Skip to content

Latest commit

 

History

History

README.md

CA (Cellular Automaton) simulation application template

@date 2024-09-26 (last modification)

For use with square, discrete, 1 or 2 dimensional geometry.

  • Initializes cells to 0 and 1 with given density
  • Organizes basic viewing
  • Handles keyboard and (potentially) mouse events
  • Saves the simulation log file
  • Optionally saves the simulation movie in .mp4 format

The template user must define the cell state change rule and accordingly have to change the initialization routine and simulation step (CABasics.pde). It can also change the display colors (ModelVisual.pde)

See illustration below:

image image