Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 363 Bytes

Rusty fractals

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 image
  • HEIGHT: Configure height of image
  • MIXUP: mixup RGB values (value between 0 and 0.5), default 1.0
  • THREADS: Number of threads