No description
Find a file
Petar Kapriš 270c00cefc Make polling by workers rarer
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.
2025-10-13 21:01:47 +02:00
Makefile Clean up compiler warnings 2025-10-13 16:12:01 +02:00
README.md Rewrite the program to use POSIX threads 2025-10-07 13:26:39 +02:00
visor.c Make polling by workers rarer 2025-10-13 21:01:47 +02:00

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.