Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 664 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 664 Bytes

Mandelbrot's in Heaven

Just take a point called C in the complex plane, let Z-naught be zero plus C, Z-one is Z-naught squared plus C, and so on... if the series of Z's will always be close to C and never trend away, that point is in the Mandelbrot Set!

"Mandelbrot's in Heaven" is a Mandelbrot Set exploration tool for the terminal. It is written in Rust, and uses crossterm for cross-platform terminal interaction.

It can easily be run by cloning this repository and executing cargo run --release. Commands / instructions are displayed upon first running the program.