This program generates Julia Sets with the formula z=z^2 + c, where z is the point being tested and c is the entered complex point. The formula is iterated either until the max iterations is reached or the distance that z is from the origin exceeds a certain limit. Variables are pretty much the same as on my Mandelbrot Set project.
This is colored based on the number of iterations it takes to determine whether or not something's in the fractal. The thumbnail was made with 100 iterations with c at 0+(-0.8)i. Feel free to share any interesting sets you find in the comments!