Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Hypotrochoid is a curve very similar to Hypocycloid. But it is more general than Hypocycloid because the point we are tracing doesn’t have to lie on the circle. It can
Epicycloid is a curve that is formed by tracing a fixed point on the circle that is rolling around outside a static circle. Animate this tracing steps with Python Turtle.
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
Combine Vogel’s Model with Mosaic Projects to draw a mosaic Vogel’s model with Python Turtle.
Cyclogon is a curve formed by tracing a vertex of a rolling polygon on a flat ground. Continue from previous rolling triangle animation and trace the red vertex to draw
Animate a rolling triangle on the ground as shown.
This project is combination of butterfly curve and mosaic project. Figure out how to combine the two to draw a mosaic Butterfly Curve.
This project is combination of Lissajous Curve Project and mosaic project. Figure out how to combine the two to draw a mosaic Lissajous Curve.
This project is combination of heart curve project and mosaic project. Figure out how to combine the two to draw a mosaic heart curve.