Skip to content

BWbwchen/mandelbrot_set

Repository files navigation

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.

About

Mandelbrot Set implementation in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published