The quadratic Koch snowflake starts from a square. Draw the quadratic Koch snowflake starting with a triangle. Source Code:
The quadratic Koch snowflake starts from a square. Draw the quadratic Koch snowflake starting with a triangle. Source Code:
The original Koch Snowflake is based on triangles. Draw quadratic Koch snowflake that breaks a line into 4 smaller pieces of 1/3 of the original length as shown. The following
Based on Pythagoras Tree, draw a version with filled color. Color branches with brown and leaves with green. 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:
Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code:
Color the square tree fractal using the colorsys library. Source Code:
In a previous project you animated a clock. Improve the clock by making all hands move continuously. Source Code:
Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. Source Code: