Difference between revisions of "Cellular automata"
Jump to navigation
Jump to search
(→Other) |
|||
Line 11: | Line 11: | ||
− | * https://en.wikipedia.org/wiki/ | + | * https://en.wikipedia.org/wiki/Reversible_cellular_automaton |
− | * | + | * https://en.wikipedia.org/wiki/Block_cellular_automaton |
− | |||
− | |||
− | |||
* https://en.wikipedia.org/wiki/Second-order_cellular_automaton | * https://en.wikipedia.org/wiki/Second-order_cellular_automaton | ||
+ | |||
* https://en.wikipedia.org/wiki/Billiard-ball_computer | * https://en.wikipedia.org/wiki/Billiard-ball_computer | ||
+ | |||
* https://en.wikipedia.org/wiki/Stochastic_cellular_automaton | * https://en.wikipedia.org/wiki/Stochastic_cellular_automaton | ||
+ | |||
* https://en.wikipedia.org/wiki/Asynchronous_cellular_automaton | * https://en.wikipedia.org/wiki/Asynchronous_cellular_automaton | ||
+ | |||
* https://en.wikipedia.org/wiki/Von_Neumann_cellular_automata | * https://en.wikipedia.org/wiki/Von_Neumann_cellular_automata | ||
Line 37: | Line 38: | ||
* https://en.wikipedia.org/wiki/Speed_of_light_(cellular_automaton) | * https://en.wikipedia.org/wiki/Speed_of_light_(cellular_automaton) | ||
* https://en.wikipedia.org/wiki/Life-like_cellular_automaton | * https://en.wikipedia.org/wiki/Life-like_cellular_automaton | ||
+ | |||
* https://en.wikipedia.org/wiki/Movable_cellular_automaton | * https://en.wikipedia.org/wiki/Movable_cellular_automaton | ||
* https://en.wikipedia.org/wiki/Continuous_automaton | * https://en.wikipedia.org/wiki/Continuous_automaton | ||
* https://en.wikipedia.org/wiki/Continuous_spatial_automaton | * https://en.wikipedia.org/wiki/Continuous_spatial_automaton | ||
+ | |||
* https://en.wikipedia.org/wiki/Lattice_gas_automaton | * https://en.wikipedia.org/wiki/Lattice_gas_automaton | ||
* https://en.wikipedia.org/wiki/Quantum_cellular_automata | * https://en.wikipedia.org/wiki/Quantum_cellular_automata | ||
* https://en.wikipedia.org/wiki/Quantum_dot_cellular_automata | * https://en.wikipedia.org/wiki/Quantum_dot_cellular_automata | ||
+ | |||
* https://metalab.at/wiki/EvoCell | * https://metalab.at/wiki/EvoCell | ||
** https://www.youtube.com/watch?v=lJxqALVjz8o | ** https://www.youtube.com/watch?v=lJxqALVjz8o | ||
− | * https://xkcd.com/505 | + | |
+ | * https://xkcd.com/505 | ||
** http://xkcdexplained.wikia.com/wiki/A_Bunch_of_Rocks | ** http://xkcdexplained.wikia.com/wiki/A_Bunch_of_Rocks | ||
Line 56: | Line 61: | ||
* [http://golly.sourceforge.net/ Golly] - an open source, cross-platform application for exploring Conway's Game of Life and many other types of cellular automata. | * [http://golly.sourceforge.net/ Golly] - an open source, cross-platform application for exploring Conway's Game of Life and many other types of cellular automata. | ||
+ | |||
+ | === Wolfram code === | ||
+ | * https://en.wikipedia.org/wiki/Wolfram_code | ||
+ | |||
+ | * http://atlas.wolfram.com/TOC/TOC_101.html | ||
+ | ** http://atlas.wolfram.com/01/01/ | ||
+ | |||
+ | * [http://www.petecorey.com/blog/2020/04/03/wolfram-style-cellular-automata-with-vim-macros/ Pete Corey - Wolfram Style Cellular Automata with Vim Macros] - | ||
== Game of Life == | == Game of Life == |
Revision as of 10:24, 7 April 2020
General
- Cellular Automata - The mathematics of how life works
- https://code.google.com/p/ruletablerepository/
- WP: Elementary_cellular_automaton - one-dimensional cellular automaton where there are two possible states (labeled 0 and 1) and the rule to determine the state of a cell in the next generation depends only on the current state of the cell and its two immediate neighbors
- WP: Von_Neumann_cellular_automata
- WP: Codd%27s_cellular_automaton
- WP: Langton%27s_loops
- WP: Nobili_cellular_automata
- WP: Cyclic_cellular_automaton
- WebCA - a comprehensive simulator for one- and two-dimensional cellular automata which runs within a Web page, using the features of HTML5 and the JavaScript language. [1]
- Golly - an open source, cross-platform application for exploring Conway's Game of Life and many other types of cellular automata.
Wolfram code
Game of Life
- http://jonathan.grattage.free.fr/jon/3DQCA/
- http://0fps.wordpress.com/2012/11/19/conways-game-of-life-for-curved-surfaces-part-1/
telnet gameoflife.erikzaadi.com 1337
- Life in life - Conway's Game of Life, emulated in Conway's Game of Life.
- http://codegolf.stackexchange.com/questions/88783/build-a-digital-clock-in-conways-game-of-life/ [6]
Software
- Golly is an open source, cross-platform application for exploring Conway's Game of Life and other cellular automata.
Other
https://news.ycombinator.com/item?id=22234320
Lenia
- https://github.com/Chakazul/Lenia - a 2D cellular automata with continuous space, time and states. It produces a huge variety of interesting life forms.There are various versions available. Python, Matlab and web (JavaScript) versions are real-time, interactive, and equipped with statistics tools. Jupyter and R versions are non-interactive and just for demonstration purposes.