An open API service indexing awesome lists of open source software.

https://github.com/vertikarl/cellularautomata

A p5.js implementation of one dimensional cellular automata. Inspired by Wolfram MathWorld.
https://github.com/vertikarl/cellularautomata

cellular-automata cellular-automation cellular-automaton codingtrain p5js p5js-sketch p5js-visualization

Last synced: 3 months ago
JSON representation

A p5.js implementation of one dimensional cellular automata. Inspired by Wolfram MathWorld.

Awesome Lists containing this project

README

        

This is a simple p5.js implementation of one dimensional cellular automata inspired by [Wolfram MathWorld](https://mathworld.wolfram.com/ElementaryCellularAutomaton.html).

You can pretty easily select any of the possible 2⁸=256 rules mentioned on their website. Just change the lookup-table in Cell.js like documented.

This project is also hosted on the p5.js Web Editor: https://editor.p5js.org/vertiKarl/sketches/WPBfZ4ZML

![](https://i.imgur.com/8r2D4Gr.png)