A CLI tool that generates colorful visualizations of the Mandelbrot set in your terminal using ANSI escape codes.
-
Customizable colors
-
Customizable maximum iteration number
-
Adjustable output dimensions
-
Configurable view bounds
-
Brightness adjustment
-
Parallelization
-
ANSI escape code 24 bit color output
-
Bitmap image output
mandelbrot [OPTIONS] Arguments: -x --width Width of output -y --height Height of output -f --foreground Foreground color in hex -b --background Background color in hex -p --posterization Set posterization level -r --root Set the nth root of the brightness level -a --bounds Set visible part of the fractal 'x0,y0,x1,y1' -t --ascii Only use ASCII characters -q --hash Hash brightness values, creates a strong visual variation between color bands -i --iterations Maximum number of iterations -o --output Output as Bitmap image