In other related projects, we draw a pentagon spiral and a square spiral. Now draw a dodecagon spiral with 12 sides. Also make the grayscale of dodecagons gradually grow lighter
In other related projects, we draw a pentagon spiral and a square spiral. Now draw a dodecagon spiral with 12 sides. Also make the grayscale of dodecagons gradually grow lighter
Modify pentagon spiral to draw 5 spirals as shown here. Source Code:
This project draws square spiral inside a square. Now draw a pentagon spiral inside pentagon as shown. Source Code:
Draw hexaflake fractal that consists of hexagons with recursion. The following figures show hexaflake in different recursion depths. Source Code:
In a previous project, we draw a 5 degree square spiral in a square. Use the colosys library to fill the square with gradually changing hues. Also, reduce the tilting
Draw the Vicsek Fractal based on cross with recursion and Turtle. The following figures show first a few recursive steps: Source Code:
Draw the following curvy fractal tree with recursion and Turtle library. Source Code:
Draw a fractal tree with five branches. Source Code:
Based on Slanted Fractal Tree, draw a colored version with leaves green and branches brown. Source Code:
Slightly modify the slanted fractal tree to make the color of the branch lighter as the branch gets thinner. Also slightly modify the slant angles. Source Code: