Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dskinner/cell
Explores cellular automata
https://github.com/dskinner/cell
Last synced: 11 days ago
JSON representation
Explores cellular automata
- Host: GitHub
- URL: https://github.com/dskinner/cell
- Owner: dskinner
- Created: 2012-11-10T23:50:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T04:30:54.000Z (almost 12 years ago)
- Last Synced: 2023-04-18T22:11:56.660Z (over 1 year ago)
- Language: Go
- Size: 109 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cell
Explores cellular automata. Current rules available for Conway's Game of Life and rules taken from Stephen Wolfram's A New Kind of Science.
## Installation
Requires various C development headers that I've long since forgotten about to install `gogl`. Use the following and inspect errors to determine the appropriate headers needed.
```
go get dasa.cc/cell
```## Run
```
cell -h
```