Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 404 Bytes

Sierpinski Triangle Generator in Rust

Sierpinski Triangle

A simple program that generates a Sierpinski triangle in rust. The triangle is generated using the chaos method, storage in an image buffer, and then written out to a file named "tri.png" in the current working directory.

cargo run

# linux
xdg-open tri.png

# macos
open tri.png