Press space to open prompt. Enter in the appropriate variables. (cx and cy must be between -2 and 2) Press down arrow key to render random julia set. Press Z to render a special fractal. WHAT YOU SAW ON THE THUMBNAIL: c= (-0.01, 0.651)
Honestly, me. Didn't notice others made similar projects until after this was made. The Julia set is a fractal, which is created using Z <=> z^2 + c, where c is a set complex number (a + bi). Z is the complex coordinate (x, yi), which is iterated repeatedly by squaring itself and adding c until it iterates to the max, or until it exceeds a threshold. en.wikipedia.org/wiki/Julia_set