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
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:
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
Draw the following curvy fractal tree with recursion and Turtle library. 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: