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
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.
Let’s zoom into Mandelbrot Set and see what details it has. Each picture shows the x,y coordinates of the center and the radius.
Continuing from Mandelbrot Set project, use colorsys library to set the hue based on the number of iterations needed to go outside the boundary. The result can be an amazingly
Jurassic Park Dragons can align perfectly. Draw four dragons as shown here. Related Projects: Jurassic Park Dragon Colored Jurassic Park Dragon
Also called as Heighway Dragon, it is a fractal shape that was researched by NASA scientists. Previously, you drew a Jurassic Park Dragon. Now color it with color gradually changing
Animate the rainbow spiral by making it rotate.