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.
- Host: GitHub
- URL: https://github.com/vertikarl/cellularautomata
- Owner: vertiKarl
- License: agpl-3.0
- Created: 2024-01-19T16:30:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T15:33:26.000Z (over 1 year ago)
- Last Synced: 2024-04-16T08:55:56.838Z (about 1 year ago)
- Topics: cellular-automata, cellular-automation, cellular-automaton, codingtrain, p5js, p5js-sketch, p5js-visualization
- Language: JavaScript
- Homepage: https://editor.p5js.org/vertiKarl/sketches/WPBfZ4ZML
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
