stupidpythonprojects/cellular_automaton
2017-05-21 21:39:45 +02:00
..
cellular.py bugfix in code conversion 2017-05-15 08:47:26 +02:00
glCellular.py glCellular fixed 2017-05-21 21:39:45 +02:00
README.md cellular automaton 2017-05-14 23:10:43 +02:00

cellular automaton

for an ascii output run:

usage: cellular.py [-h] [--w W] [--code CODE] [--random] [--r R]

one dimensional cellular automaton for k=2

optional arguments:
  -h, --help   show this help message and exit
  --w W        field width
  --code CODE  code for the automaton
  --random
  --r R        radius. can be 1 or 2

for opengl output:

usage: glCellular.py [-h] [--steps STEPS] [--w W] [--h H] [--fullscreen]
                     [--window_w WIN_W] [--window_h WIN_H] [--code CODE]
                     [--random] [--r R]

one dimensional cellular automaton for k=2 with opengl output

optional arguments:
  -h, --help        show this help message and exit
  --steps STEPS     steps per second
  --w W             field width
  --h H             field height
  --fullscreen
  --window_w WIN_W  window width
  --window_h WIN_H  window height
  --code CODE       code for the automaton
  --random
  --r R             radius. can be 1 or 2