Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library.
Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library.
Use ellipse to draw the following colorful elliptical petals.
AnĀ ellipse is a curve surrounding two focal points such that the sum of the distances to the two focal points is constant for every point on the curve. You drew
Use recursion to draw a colorful snowflake as shown here.
Animate the colored Vogel’s Model by showing it growing.
Add colors to Vogel’s Model as shown here:
Vogel’s Model uses Golden Angle as spacing between two dots. Vary this spacing number around the Golden Angle and see what the model looks like.
Vogel’s model is closely related to the Fermat’s Spiral. Instead of continuously drawing the spiral curve, Vogel’s model draws dot in constant spacing. The constant space used in Vogel’s model
In style similar to Fibonacci Spiral, draw the following Golden Spiral. Unlike Fibonacci tiling, the ratio between to successive squares is strictly golden ratio (1.61803398875). Please note that Golden Spiral
Draw Fibonacci tiling and Golden Ratio Tiling in one canvas. Which one is Golden Ratio Tiling?