eld4niz / mandelbrot-cli

creating graph of mandelbrot set built with rust for your command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot CLI

Mandelbrot Set This repository prints out The Mandelbrot set within a command line environment.

The Mandelbrot set is a two-dimensional set with a relatively simple definition that exhibits great complexity, especially as it is magnified. It is popular for its aesthetic appeal and fractal structures. The set is defined in the complex plane as the complex numbers c for which the function f(z) = (z^2) + c does not diverge to infinity when iterated starting at z = 0.

Great vide about Mandelbrot Set: Quanta Magazine Video

About

creating graph of mandelbrot set built with rust for your command line


Languages

Language:Rust 100.0%