Skip to content

czett/cellular-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automata Generator

A lightweight web tool for generating cellular automata using Wolfram rules. Easily visualize and experiment with various rules to see how simple initial conditions evolve over time.

Visit ca-gen.vercel.app for the current stable tool on the go!

Features:

  • Wolfram Rules: Supports all 256 elementary cellular automaton rules.
  • Neat Visualization: plain JavaScript rendering of cellular automata.
  • Concentration visualization with Chart.JS below the graphic.
  • User-Friendly Interface: Simple and intuitive controls for generating and manipulating cellular automata.

Usage:

  • Visit the Web Tool: Open ca-gen.vercel.app in your browser.
  • Set Parameters: Choose a rule number (0-255) and initial conditions.
  • Generate Automaton: Click the "Generate" button to see the automaton evolve.
  • Experiment: Adjust parameters and observe different patterns and behaviors.

Contributing:

Contributions are welcome! Feel free to open issues or submit pull requests.

License:

This project is licensed under the MIT License.