Based on Hex Mosaic, draw a mosaic circle shown here.
Based on Hex Mosaic, draw a mosaic circle shown here.
Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library.
You programmed to draw a random mesh in a previous project. Now color each polygon with slightly varying colors with colorsys library (don’t use all hue range).
You drew a hex grid in a previous project. Now draw a honeycomb based on that project. The (h,s,v) values of honeycomb is about (0.11,0.95,0.8). Add some tiny random fluctuations
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.
Use recursion to draw a colorful snowflake as shown here.
Animate the colored Vogel’s Model by showing it growing.
You drew an Expanding Tilted Circles in a previous project. Animate by rotating these circles with circles inside moving faster than circles outside.
You drew 60 tilted circles. Now draw fewer circles but with circles of expanding sizes. You can also add color to make it look better.