Difference between revisions of "Cellular automata"

From Things and Stuff Wiki
Jump to navigation Jump to search
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{menu}}
 
{{menu}}
  
 +
== General ==
 +
 +
* https://en.wikipedia.org/wiki/Cellular_automaton
 +
 +
* http://sciencevsmagic.net/eca/#150
 +
 +
 +
* YouTube: [https://www.youtube.com/watch?v=QxQBkgCdHGU Cellular Automata] - The mathematics of how life works
 +
 +
* https://code.google.com/p/ruletablerepository/
 +
 +
 +
* https://en.wikipedia.org/wiki/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
 +
 +
 +
* 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/Billiard-ball_computer
 +
 +
 +
* https://en.wikipedia.org/wiki/Stochastic_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_universal_constructor
 +
* https://en.wikipedia.org/wiki/Codd%27s_cellular_automaton
 +
* https://en.wikipedia.org/wiki/Langton%27s_loops
 +
* https://en.wikipedia.org/wiki/Nobili_cellular_automata
 +
* https://en.wikipedia.org/wiki/Cyclic_cellular_automaton
 +
 +
* https://news.ycombinator.com/item?id=12047338
 +
 +
 +
* https://en.wikipedia.org/wiki/Moore_neighborhood
 +
* https://en.wikipedia.org/wiki/Speed_of_light_(cellular_automaton)
 +
* https://en.wikipedia.org/wiki/Life-like_cellular_automaton
 +
 +
 +
* https://en.wikipedia.org/wiki/Movable_cellular_automaton
 +
* https://en.wikipedia.org/wiki/Continuous_automaton
 +
* https://en.wikipedia.org/wiki/Continuous_spatial_automaton
 +
 +
 +
* https://en.wikipedia.org/wiki/Lattice_gas_automaton
 +
* https://en.wikipedia.org/wiki/Quantum_cellular_automata
 +
* https://en.wikipedia.org/wiki/Quantum_dot_cellular_automata
 +
 +
 +
* https://metalab.at/wiki/EvoCell
 +
** https://www.youtube.com/watch?v=lJxqALVjz8o
 +
 +
 +
* https://xkcd.com/505
 +
** http://xkcdexplained.wikia.com/wiki/A_Bunch_of_Rocks
 +
 +
 +
* [https://www.fourmilab.ch/cellab/manual/webca.html 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. [https://news.ycombinator.com/item?id=16840953]
 +
 +
* [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] - [https://lobste.rs/s/6ldv17/wolfram_style_cellular_automata_with_vim]
 +
 +
== Game of Life ==
 
* https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
 
* https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
  
* http://www.conwaylife.com
+
* http://conwaylife.com
* http://www.conwaylife.com/wiki/Main_Page
+
* http://conwaylife.com/wiki/Main_Page
 +
* http://conwaylife.com/forums
  
 
* http://www.argentum.freeserve.co.uk/lex.htm
 
* http://www.argentum.freeserve.co.uk/lex.htm
 +
 +
* http://catagolue.appspot.com/home
  
 
* http://jonathan.grattage.free.fr/jon/3DQCA/
 
* http://jonathan.grattage.free.fr/jon/3DQCA/
Line 12: Line 90:
  
 
* https://github.com/erikzaadi/GameOfLifeNodeTelnet
 
* https://github.com/erikzaadi/GameOfLifeNodeTelnet
 +
 
  telnet gameoflife.erikzaadi.com 1337
 
  telnet gameoflife.erikzaadi.com 1337
 +
 
* http://www.drdobbs.com/jvm/an-algorithm-for-compressing-space-and-t/184406478
 
* http://www.drdobbs.com/jvm/an-algorithm-for-compressing-space-and-t/184406478
  
Line 26: Line 106:
  
 
* http://lifecompetes.com/ [https://news.ycombinator.com/item?id=8105643]
 
* http://lifecompetes.com/ [https://news.ycombinator.com/item?id=8105643]
 +
 +
* https://news.ycombinator.com/item?id=8217184
 +
 +
* http://gameoflifetotalwar.com/ [https://news.ycombinator.com/item?id=8526553]
 +
 +
* http://www.automata.website/ [https://news.ycombinator.com/item?id=8580963]
 +
 +
* http://codegolf.stackexchange.com/questions/88783/build-a-digital-clock-in-conways-game-of-life/ [https://news.ycombinator.com/item?id=13846083]
 +
 +
* https://news.ycombinator.com/item?id=15246348
 +
 +
* https://louigiverona.com/?page=projects&s=software&t=cellular
 +
 +
* [https://zverok.github.io/blog/2020-05-16-ruby-as-apl.html Game of Life in one Ruby statement... inspired by APL] -  [https://lobste.rs/s/3ohobj/game_life_one_ruby_statement_inspired_by]
  
 
=== Software ===
 
=== Software ===
Line 34: Line 128:
  
 
* http://rileyjshaw.com/terra [https://news.ycombinator.com/item?id=8216406]
 
* http://rileyjshaw.com/terra [https://news.ycombinator.com/item?id=8216406]
 +
 +
* https://github.com/ShprAlex/SproutLife/blob/master/README.md
 +
 +
 +
* http://recursiveuniver.se/
 +
 +
 +
* [https://blog.jle.im/entry/degenerate-hyper-dimensional-game-of-life.html#golFlat Breaking a Degenerate Hyper-Dimensional Game of Life · in Code]
 +
 +
 +
 +
* [https://github.com/RuyiLi/cursed-typescript/blob/master/random/game-of-life.ts cursed-typescript/random/game-of-life.ts at master · RuyiLi/cursed-typescript] [https://news.ycombinator.com/item?id=37438028]
 +
 +
 +
 +
* [https://www.reddit.com/r/vim/comments/qti6m8/game_of_life_in_vim_using_macros_registers/ Game of Life in Vim using macros + registers : vim]
 +
 +
 +
 +
* https://github.com/radian628/minecraft-game-of-life-shader - Conway's Game of Life shader in Vanilla Minecraft.
 +
** YouTube: [https://www.youtube.com/watch?v=VMGkeWjZ2rk Conway's Game of Life Shader in Minecraft Vanilla (No Mods/Optifine)]
 +
 +
== Other ==
 +
 +
* https://news.ycombinator.com/item?id=22234320
 +
 +
 +
* https://github.com/chenmingxiang110/Growing-Neural-Cellular-Automata - A reproduction of growing neural cellular automata using PyTorch.
 +
 +
 +
 +
=== 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.
 +
 +
=== ALiEn ===
 +
* [https://alien-project.org ALiEn] – a GPU-accelerated artificial life simulation program - https://news.ycombinator.com/item?id=27472224
 +
 +
=== Turing Drawings ===
 +
 +
 +
* [http://maximecb.github.io/Turing-Drawings/# Turing Drawings] - Turing Drawings uses randomly generated Turing machines to produce drawings on a canvas, as a form of generative art. The typical Turing machine formulation manipulates symbols on a one-dimensional tape. Turing Drawings uses machines that operate on a finite 2D grid, where each grid cell can contain one symbol which corresponds to a color value. This 2D grid is represented in the canvas shown at the left, which is dynamically updated as the Turing machine iterates.
 +
** https://github.com/maximecb/Turing-Drawings
 +
 +
 +
* [https://kindohm.github.io/Turing-Drawings Turing Drawings] - fork, bigger
 +
** https://github.com/kindohm/turing2 - Randomly generated Turing machines draw images and animations on a 2D canvas. A simple JavaScript+HTML5 demo. This project is distributed under a modified BSD license.

Latest revision as of 04:16, 1 December 2023

General



  • 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










  • 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

telnet gameoflife.erikzaadi.com 1337


  • Life in life - Conway's Game of Life, emulated in Conway's Game of Life.


Software

  • Golly is an open source, cross-platform application for exploring Conway's Game of Life and other cellular automata.







Other



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.

ALiEn

Turing Drawings

  • Turing Drawings - Turing Drawings uses randomly generated Turing machines to produce drawings on a canvas, as a form of generative art. The typical Turing machine formulation manipulates symbols on a one-dimensional tape. Turing Drawings uses machines that operate on a finite 2D grid, where each grid cell can contain one symbol which corresponds to a color value. This 2D grid is represented in the canvas shown at the left, which is dynamically updated as the Turing machine iterates.