This seemingly complex fractal can be drawn by curving a line with a right triangle of 25 degrees recursively. Recurve steps of dragon curve shown in this video: Related Projects:
This seemingly complex fractal can be drawn by curving a line with a right triangle of 25 degrees recursively. Recurve steps of dragon curve shown in this video: Related Projects:
Use recursion to draw the following basic leaf shape. Related Project: Curvy Leaf
Create 100 turtles with random colors. They all start from position (0,0) and start doing random walk. Also draw the bounding circle with the color of the farthest turtle. Video
Animation snow flake with different numbers of recursion as shown. Related Projects: Koch Snowflake Koch Snowflake with Color
Also known as Koch curve, this is one of the earliest known fractal shapes. Use recursion to draw the following shape. Set the background to blue color and fill the
Also known as Koch curve, this is one of the earliest known fractal shapes. Use recursion and colorsys library to draw this shape with gradually changing colors. The following video