Skip to content

Multithreaded mandlebrot set calculator. Programmed it to get familiar with multithreaded workloads and atomics in C++

Notifications You must be signed in to change notification settings

MatInGit/mandlebrot_multithread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandlebrot_multithread

Multithreaded mandlebrot set calculator. Programmed it to get familiar with multithreaded workloads and atomics in C++

To compile use:

g++ .\mand.cpp lodepng.cpp -Ofast -Wall -Wextra -pedantic

To run use:

.\a.exe <real> <imaginary> <range> <width> <threads>

Exmaple images:

mandlebrot1 mandlebrot2 mandlebrot3

About

Multithreaded mandlebrot set calculator. Programmed it to get familiar with multithreaded workloads and atomics in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages