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
- Host: GitHub
- URL: https://github.com/rm-hull/cellular-automata
- Owner: rm-hull
- Created: 2013-03-17T09:53:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T00:07:23.000Z (over 13 years ago)
- Last Synced: 2024-10-03T12:17:59.121Z (almost 2 years ago)
- Language: Clojure
- Homepage: http://cellular-automata.destructuring-bind.org
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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