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

https://github.com/rm-hull/cellular-automata

Migrating from CA code in webrot into separate stand-alone project
https://github.com/rm-hull/cellular-automata

Last synced: over 1 year ago
JSON representation

Migrating from CA code in webrot into separate stand-alone project

Awesome Lists containing this project

README

          

Cellular Automata
=================
Migration [in progress] from webrot project: now wholly in
ClojureScript rather than pushing/pulling from the server.

Demonstration site: http://cellular-automata.destructuring-bind.org - randomly picks
one of:

- Conways Life
- Semi-vote
- Vichniac vote (stable & unstable)
- Fredkin

TODO
----
* Improve render speed

* Show CA type in progress with generation number & population size

* NKS one-dimensional automata

* Fix/debug circle stepper

* Stop running if population stabilizes