This graphics server that Kimi AI has been helping me to build lets me do wonderful things. Here are some pictures made using awk to explore the famous mandelbrot set:

x = 0.3798053
y = 0.09999955
side = .0000002
hue = 0.005

x = 0.3798053523334
y = 0.0999995944562
side = 0.000000000005
hue = 0.0035
The x and y coordinates are the position of the middle of the image. The side is the size of the vertical side of the image in the mandelbrot set. And hue is really a measurement of the spread of colors over the values in the image.
When I've eliminated the main bugs in the server I'll upload the program so anybody can use it from any computer language, regardless of whether the language has graphics commands.

x = 0.3798053
y = 0.09999955
side = .0000002
hue = 0.005

x = 0.3798053523334
y = 0.0999995944562
side = 0.000000000005
hue = 0.0035
The x and y coordinates are the position of the middle of the image. The side is the size of the vertical side of the image in the mandelbrot set. And hue is really a measurement of the spread of colors over the values in the image.
When I've eliminated the main bugs in the server I'll upload the program so anybody can use it from any computer language, regardless of whether the language has graphics commands.