Elementary Cellular Automaton visualizer, writen in C by leo10torres and me, rewritten in Rust using the image crate.
cargo run --release -- width height scale rule [filename]
cargo run --release -- 1920 1080 1 18
Will output Sierpiński triangle
in ./18.png
.