I just realized that my website is boring, so here’s some images of fractals and failures of my coloring algorithms.

--------------------------TERMINAL MANDELBROT SETS-------------------------------
 

I found this old code for printing the Mandelbrot set. Compile with: "gcc -Wall mn.c -lm -o mn".

I ran the code on Alacritty. Color and formatting will likely look weird elsewhere.

The coloring algorithm is somewhat iteration independent.

   

 

------------------------------------BURNING SHIP JULIA SETS--------------------------------------
 

--------------------------MANDELBROT JULIA SETS----------------------------