Skip to content

Mandelbrot Set explorer in the terminal, written in Rust

Notifications You must be signed in to change notification settings

jxddk/Mandelbrots-in-Heaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mandelbrot Set explorer in the terminal, written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages