it really do be a mandelbrot
at the moment things are set up to be in a 1:1 aspect ratio but by changing the ratio between the x and y bounds to match the screens ratio, you can make it any aspect ratio
you can also slide the window around by adjusting the x and y offsets;
Its in a side project and isnt multithreaded but it does support changing the exponent of the polynomial with a single variable.
if you wanted to change the polynomial further the iterations are done in the generate color function.
I added julia set support and more clear instructions. I am considering updating this in the future to support image tiling so I can make images greater than 23k, but i'll do that later.