Hypocycloid is a curve that is formed by tracing a fixed point on the circle that is rolling inside a larger circle. Animate this tracing steps with Python Turtle. Also
Hypocycloid is a curve that is formed by tracing a fixed point on the circle that is rolling inside a larger circle. Animate this tracing steps with Python Turtle. Also
Draw the following recursive stars.
In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is
Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library.
You drew a hex grid and honeycomb. Randomize the hexagon’s vertex positions to draw a random hexagon mesh.
Monte Carlo Methods are interesting algorithms that rely on random sampling to obtain numeric result (Wikipedia). Since today is Pi Day, we are going to design a Monte Carol method
You drew a straight rope. Now draw a circular rope.
Draw a simple rope like following figure. You may need to use sine and cosine functions.
Although looking very different, Lévy C Curve’s construction is almost identical to the Jurassic Park Curve. The following is demo of recursive steps of drawing this curve.
Also called as Heighway Dragon, it is a fractal shape that was researched by NASA scientists. It is very similar to the dragon curve project, except that the recursive cursing