/bezier-curve

Web application for experimenting with Bézier Curves and visualizing their construction

Primary LanguageTypeScript

bezier-curve

Web application for experimenting with Bézier Curves and visualizing their construction

Currently draws a curve between points defined by mouseclicks

planned features:

  • add touchscreen support
  • drop points on mouse release, handle moving to edge of canvas
  • allow users to delete arbitrary points
  • toggle drawing of intermediate linear interpolations/curves
  • animation options