ScratchData LogoScratchData
Back to AWESOMEguy222's profile

Creepy Start

AWAWESOMEguy222•Created March 7, 2015
Creepy Start
0
0
6 views
View on Scratch

Instructions

Please use turbo Click to zoom in press "e" to zoom out space go to start >-----------------------------------------MATH-------------------------------------------< The normal Mandelbrot set formula is written as Z´ = Z^2 + C. That means X´ = X^2 - Y^2 + C and Y´ = 2XY + C. Any Variations of this are for example the "burning ship"-fractal with X´ = abs(X^2 - Y^2 + C) and Y´ = abs(2XY + C) or the "perpendicular burning ship" with X´ = X^2 - Y^2 + C and Y´ = abs(2XY + C). Around the point -1;1 you can find lots of structures which look like the Koch curve. But there are lots of line on the false place. You can fix this little "bug" by render the perpendicular julia fractal with X´ = X^2 - Y^2 + 1 and Y´ = abs(2XY - 1). And with this little formula, you can make <-----------this fractal!

Description

starts off creepy...

Project Details

Project ID51230862
CreatedMarch 7, 2015
Last ModifiedMarch 7, 2015
SharedMarch 7, 2015
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root