Draw all-sided hindu temple fractal. Refer to this Hindu Temple project.
Draw all-sided hindu temple fractal. Refer to this Hindu Temple project.
Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size.
Draw a hex star as shown with Python and Turtle. Practice using loop to draw this shape.
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
After drawing pentagon spiral of pentagon spirals, draw colored version of hexagon spiral of spirals with recursion and Turtle library. Source Code:
After finishing 5 spirals and spiral of spirals, draw the following pentagon spiral of pentagon spirals using recursion. Source Code: (This code may run for several minutes)
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 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