Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 280 Bytes

Mandelbrot set

This is a toy project for practicing Rust and parallel programming.

Usage

./main <output_file> <iteration> <x0> <x1> <y0> <y1> <img_width> <img_height>

Here [x0, x1) is the range of the real axis and [y0, y1) is the range of the imaginary axis.