ghjansen / cas

Cellular Automata Simulator
GNU Affero General Public License v3.0
30 stars 3 forks source link

Adapt export algorithm to support Case Study 4 from #50 #60

Closed ghjansen closed 4 years ago

ghjansen commented 5 years ago

Full description at https://github.com/ghjansen/cas/issues/50#issuecomment-526789212

ghjansen commented 4 years ago

Test samples for the simulation of 2 iterations of rule 110, with random initial condition. Rule file: rule-110-random-3c-2i.cas.zip

Cell Scale Grid Line Thickness Grid Line Colour Image Exported
1:20 2 #000000 20xGrid#000000
1:20 2 #FFFFFF 20xGrid#FFFFFF
1:20 2 #888888 20xGrid#888888
1:20 2 #FF0000 20xGrid#FF0000
1:20 2 #00FF00 20xGrid#00FF00
1:20 2 #0000FF 20xGrid#0000FF
1:20 2 #FFFF00 20xGrid#FFFF00
1:20 2 #FF00FF 20xGrid#FF00FF
1:20 2 #00FFFF 20xGrid#00FFFF
ghjansen commented 4 years ago

Closed via #65 .