Skip to content

errorgenerator/MandelbrotMultiThreadedExampleRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Multithreaded Example.

Output Example


This is a little example for multithreading in Rust.

You can find this example, and many more examples in the Book:

Programming in Rust - Fast, Safe Systems Development

-by Jim Blandy, Jason Orendorff & Leonora F.S. Tindall

How to run:

Requirements:

  • cargo, or better yet rustup installed.

Steps:

  1. clone this repository.

  2. in the repository root run: cargo build --relase

  3. navigate to the newly created ./target/release/ directory.

  4. launch the created mandelbrot executable with:

    • ./mandelbrot [OutputImageName].png widthxheight UpperLeftReal,UpperLeftImg LowerRightReal,LowerRightImg
  5. to get a nice set right off the bat use: ./mandelbrot mandelImage.png 1920x1080 -1.20,0.35 -1,0.20, for example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages