TURBOWARP OR IT WONT WORK: https://turbowarp.org/802356567?hqpen&turbo Was messing around, learning about these interesting fractal sets when I came across the Julia set! I haven't seen any demonstrations that look like mine so far. z = point on the complex plane c = constant that defines the Julia set z = z^2 + c Since C is a complex number, I thought it would be cool if I made it rotate around the unit circle, where the absolute value of each point (distance to the origin) is one. You can also use the SCALE variable to change the magnitude of this point. Sorry that the code is all weird. The original project (mandelbrot set) was a speedrun project and I didn't have time to make it nice