No description
![]() Previously workers would poll for the availability of the drawing board after every drawn pixel. Now they do it after every line, which was originally the plan. |
||
---|---|---|
Makefile | ||
README.md | ||
visor.c |
Mandelbrot visualiser
A simple GTK application for drawing the mandelbrot set.
This was originally written to showcase some features of OpenMPI for a school project, I've since rewritten it using pthreads.