Skip to content
rasberry edited this page Aug 23, 2024 · 2 revisions

Life

Usage

 Runs the Game of Life simulation and captures the state in various ways - The given starting image is turned into black/white
 -i (number)                  maximum number of iterations (default 10000)
 -nl                          render the output on a new layer instead of replacing the original one
 -ch                          run one simulation per channel (RGB)
 -th (number[%])              threshold for picking white/black (default 50%)
 -nh                          disable recording history trails
 -b (number[%])               brighten history pixels by amount
 -s                           Stop when population stabilizes for 10 iterations
 -w                           Let world wrap around at the edges

Examples

spider scorpius skull
-i 1000 -b 70% -th 10% Life-spider-1 Life-scorpius-1 Life-skull-1
-i 1000 -b 70% -th 10% -w Life-spider-2 Life-scorpius-2 Life-skull-2
-i 1000 -b 70% -th 10% -w -ch Life-spider-3 Life-scorpius-3 Life-skull-3