Draw a dragon curve based on the golden ratio. At each recursion, the first recursion step turns 32.89 degrees to the left and move 0.74 times the original distance; the
Draw a dragon curve based on the golden ratio. At each recursion, the first recursion step turns 32.89 degrees to the left and move 0.74 times the original distance; the
Draw the following 12-Flake with Python Turtle. Related Projects:OctaflakePentaflake
Draw the Octaflake fractal with recursion and Turtle library. The following shows Octaflake in various recursion depths: Instead of stopping the recursion by recursion depth, you can also stop the
Draw hexaflake fractal that consists of hexagons with recursion. The following figures show hexaflake in different recursion depths. Source Code:
Based on petaflake fractal, color it with colorsys library. Source Code:
Draw the shown pentaflake fractal shape. The following figures show pentaflakes in different recursion depths. Source Code:
Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes)
Modify spiral of spirals such that the direction of sub spirals start from almost the opposite direction to the current spiral. Source Code: (This code may run a few minutes)
Draw the following spiral that consists of spirals. Check out this project (spiral of squares) first before working on this one. Source Code: (This program may runs for minutes)
Use colorsys library draw colored Vicsek Fractal. Fix saturation and value, change hue gradually from 0 to 1 from center to the outer edge. Source Code: