Skip to content

BWbwchen/mandelbrot_set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors