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

https://github.com/vovanmozg/awesome-cellular-automata

List of cellular automata implementations
https://github.com/vovanmozg/awesome-cellular-automata

celluar-automatons cellular-automata cellular-automatons

Last synced: 5 months ago
JSON representation

List of cellular automata implementations

Awesome Lists containing this project

README

          

# awesome-cellular-automata
List of cellular automata implementations

## Game Of Live
* [HTML5 Canvas implementation of Conway's Game of Life](http://diegosalazar.github.io/ConwaysGameOfLife/)
* https://codepen.io/_massimo/pen/mRzRQV
* https://jsfiddle.net/KwGK5/43/
* https://life.written.ru/
* https://codepen.io/somethingformed/pen/pgXMEz
* https://bitstorm.org/gameoflife/
* [Game of Life in 176 bytes of HTML+JS](http://aem1k.com/life/)
* https://www.fourmilab.ch/cellab/webca/?show=demo
* [React and Redux](https://github.com/drola/cellular-automata)
* [Rust WebAssembly](https://github.com/snst-lab/cellular-automaton-webassembly)
* [Rust WebAssembly](https://golem.pages.dev/) https://github.com/tedbyron/golem
* [Rust WebAssembly](https://coincoingit.fr/flavien/egui_game_of_life)
* [Go WebAssembly](https://github.com/DeedleFake/conway)
* [ReactJS and Material UI](https://gameoflifeconways.netlify.app/) https://github.com/nullaf/Conways-Game-Of-Life
* [Google App Script](https://github.com/apg/app-script-game-of-life/blob/master/game-of-life.js)
* [Google SpreadSheet](https://docs.google.com/spreadsheets/d/1M_6z0Lp614MyMi7pjwJKuhOa8__JNVqSMkdBVbR2OKY/edit#gid=0)

## Cellular Automata
* http://www.emergentmind.com/elementary-cellular-automata
* http://devinacker.github.io/celldemo/
* https://www.wolframalpha.com/examples/science-and-technology/computational-sciences/cellular-automata/
* https://demonstrations.wolfram.com/topic.html?topic=cellular+automata&limit=20
* https://codepen.io/bigsweater/full/VKZmkq
* https://codepen.io/pavlovsk/full/aWQvJJ
* [Lenia “smooth” is a cellular automaton with continuous states and continuous space-time](https://github.com/Chakazul/Lenia)
* http://math.hws.edu/eck/js/edge-of-chaos/CA.html
* http://oshibka404.github.io/eca/
* https://jsfiddle.net/seeker5084/pu9b4u01/
* https://jsfiddle.net/mishau/tja1dpy8/129/
* https://jsfiddle.net/mishau/tja1dpy8/129/
* https://codepen.io/pavlovsk/pen/aWQvJJ
* https://codepen.io/findoff/full/WxzJWw
* https://bl.ocks.org/mbostock/583734
* http://embed.plnkr.co/nrGsi4VvE5UfjBSS8WpQ/preview
* [Compact code](http://jsfiddle.net/LqRuF/21/)
* [LiveScript](https://sohabr.net/post/202766/)
* https://web.archive.org/web/20160503082956/http://www.cs.swan.ac.uk/~csandy/research/play/ca/
* https://jimkang.com/cellular-automaton/demo/ (https://github.com/jimkang/cellular-automaton)
* http://www.andrew.cmu.edu/user/ibhargav/cellular (expired)
* [Matlab](https://github.com/dcts/cellular-automata-demo)
* [Endless](https://codepen.io/grrrwaaa/pen/NeLQvY)
* [Java](http://vase.essex.ac.uk/demos/cellular-automata/index.html)
* [C++ WebAssembly](https://github.com/cimi/color-automata)
* [Python](https://github.com/goshdarngames/Autumn-CA)
* [Clusters](https://www.ventrella.com/Clusters/)
* [A game of life using particles, instead of cells.](https://github.com/fnky/particle-life)
* [Parcicles Automata](https://github.com/ArtemOnigiri/ParticleAutomataJS)
* [Parcicles JS](https://v1vendi.github.io/particle_automata/)

## Liquid
* https://jsfiddle.net/asteriskman/urtxgm33/
* http://sanojian.github.io/cellauto/

## Generating Caves With Cellular Automata
* http://jsfiddle.net/Gamedevtuts/uPGK8/
* https://codepen.io/slamborne/details/BlEKk

## Fractals
* http://jsfiddle.net/vdft93d5/
* http://jsfiddle.net/3b6yr3js/
* http://jsfiddle.net/8v6zbds6/

## Cellular Automata on a Hexagonal Grid
* https://codepen.io/sschepis/pen/yqheo

## Reaction Diffusion system
* https://codepen.io/mikkamikka/pen/aJCwA

## D3.js
* https://codepen.io/VividD/pen/aBuDm
* https://web.archive.org/web/20121113101013/http://www.jeromecukier.net/projects/models/life.html
* https://web.archive.org/web/20121120031516/http://www.jeromecukier.net/projects/models/ca.html
* https://github.com/sylvaingi/d3-life

## 3D
* http://cubes.io/

## WebGL
* https://chakazul.github.io/lenia.html

## Sass Cellular Automata
* https://codepen.io/mknadler/pen/pEWAmg
* https://codepen.io/cursorial/full/XgNmPz

## Evolution
* https://www.swimbots.com/

## Other
* [GitHub repositories](https://github.com/topics/cellular-automata?l=javascript)
* https://codepen.io/husnimun/pen/MmMePV
* http://robinforest.net/post/cellular-automata/
* [Cellular automata fire](https://codepen.io/acionescu/full/dnDCx)
* [Cellular expression](http://xpl.github.io/expression/)
* [Tweets a randomly generated cellular automaton every 6 hours](https://github.com/doersino/sundryautomata)

## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)