KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ca
★ 9
Open GitHub ↗
A program for generating cellular automata.
Download README (.md)
Explore Similar Repositories
cgstring
:
Experimenting with _Generic() for parametric constness in C11
Ada-promises
:
Implementing promises in Ada. Type-safe, efficient, thread-safe, ...
PercyJon.github.io
:
JonHo's Bibliotheca
CAN-bootloader
:
CCS OTP Flash project and utility program to allow team to reprogram F28035 microcontrollers without the use of JTAG
browser-suspender
:
Suspend out-of-focus browser (Firefox) to save battery from useless CPU usage
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ca
?
Download (.md)
# Cellular Automata [](https://godoc.org/github.com/jmank88/ca) [](https://goreportcard.com/report/github.com/jmank88/ca) A program for generating cellular automata.  [View in Playground](https://jmank88.github.io/ca/playground/?rule=30) ## Usage ``` > ca --help Usage of ca: -cells int number of cells (default 50) -file string output filename -format string output format; override file extension; one of: txt, svg, gif, json, png, jpg, jpeg -gens int generations (default 50) -r int rule (0-255) (default 30) -rand randomized initial state ``` See the go generate commands in [example.go](example.go). ## TODO [ ] Input files (json, etc). [ ] Fix gif output.