My attempt at plotting the Mandelbrot set using Raylib.
gcc main.c -o main.exe -I include/ -L lib/ -lraylib -lwinmm -lopengl32 -lgdi32
./main.exe
https://en.wikipedia.org/wiki/Mandelbrot_set
https://www.youtube.com/watch?v=NGMRB4O922I&ab_channel=Numberphile