[Project shared ~7:40pm] sooooooooo....... I tried making a project that renders Julia sets, but accidentally made this other weird shape fractal thing lol !!! IMPORTANT: Make sure you use turbo mode or TurboWarp, otherwise the project will be really slow !!! How long it takes to render depends on how many numbers in the range of what it needs to render are in the set. Pixels inside the set are blue, while pixels outside the set are white. You can easily change this if you go inside the project. Checking if a pixel should be rendered blue takes a lot longer than checking if it should be rendered white, due to having to iterate more times. By default, the x boundaries are -24 to 24, the y boundaries are -18 to 18 (or I guess -18i to 18i, since really we're using complex numbers, not mere coordinate points). The center is right at 0. This project lets you change the x and y offset of the center, and also the zoom of the image (higher number means more zoomed in). You can also check inside the project for one other thing to play around with. Anyways, thanks if you actually read all that lol. I'm actually surprised how I manage to write chunks of text about something, because I don't actually try to... With all that out of the way, have a good day!