beejjorgensen / weird_pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust port of a program that shows a strange interference pattern.

From this Reddit thread.

Generates PNGs.

Usage:

cargo run outfile iterations [addition]

If the addition is omitted, it will be random in range 0..=255.

e.g.

cargo run foo.png 2000
cargo run foo.png 40000 10000    # will take a while!

About


Languages

Language:Rust 100.0%