Dark Mode

Bezier Curves

Bezier curves are smooth curves commonly used in computer graphics and are defined by a series of points. In this program the user can add points and the program helps to visualise how a bezier curve is drawn with those points.

Python
Bezier Curves
Pygame

Features

  • Visualisations of n degree Bezier Curves
  • Ability to slow down, pause and rewind the animation