bifurcate-rs icon indicating copy to clipboard operation
bifurcate-rs copied to clipboard

Zero dependency images (of chaos) in Rust

bifurcate-rs

Zero dependency images (of chaos) in Rust

To run: time cargo run --release > img.pgm

To convert from PGM to PNG using Image Magick: convert -resize 2160x1440 img.pgm img.png

Click here for a brief tutorial on underlying concepts (threads, PGM/PPM, ...)