Draw the following 12-Flake with Python Turtle. Related Projects:OctaflakePentaflake
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
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:
Draw the following spiral of squares with Python and Turtle. Source Code:
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:
Minkowski Island is a fractal that is a variant to Koch snowflake. The following figures show Minkowski Island. Source Code:
In Koch snowflake, the line curves outward. Draw Koch Antisnowflake where lines curve inward as shown here: Source Code:
This paper describes the fractal geometry of Kandariya Mahadeva Temple. Draw the following fractal shape with Python and Turtle. Source Code:
T-Square fractal can be drawn with chaos game as shown in this project. We can also use stacked square to draw T-Square fractal. As you increase the recursion depth of