Draw the shown pentaflake fractal shape. The following figures show pentaflakes in different recursion depths. 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)
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
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:
Draw the Vicsek Fractal based on cross with recursion and Turtle. The following figures show first a few recursive steps: Source Code:
Cesàro (Torn Squares) Fractal is a variation of Koch Snowflake. In Cesàro Fractal the degree to turn can vary from 60 degrees to 90 degrees. Koch Snowflake line only curves
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: