Bézier Curve Animations
In a previous post about Trees, I used straight lines and parts of circles to create curves. Since then, I am learning more about curves and came across Bézier curves. I liked the animations shown in the Wikipedia link and wondered if I could draw them using Python Turtle. I also wanted to make this interactive where I could pause and resume the animations, add more control points, move them anywhere on the screen, etc.