No description
Find a file
Petar Kapriš 4b150c8097 Modify argument to worker thread functions
Instead of only supplying the index, the pointer to the threadInfo
structure is passed.
2025-10-08 10:29:56 +02:00
Makefile Rewrite the program to use POSIX threads 2025-10-07 13:26:39 +02:00
README.md Rewrite the program to use POSIX threads 2025-10-07 13:26:39 +02:00
visor.c Modify argument to worker thread functions 2025-10-08 10:29:56 +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.