Multithreaded implementation of mandelbrot fractal in Rust.
Individualize your fractal by changing the following parameters:
SCALE
: Scale the image (default 1920*1080)WIDTH
: Configure width of imageHEIGHT
: Configure height of imageMIXUP
: mixup RGB values (value between 0 and 0.5), default 1.0THREADS
: Number of threads