Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 725 Bytes

A Bezier Cubic Curves Simulator

This is a simple basic bezier curves simulation to play with or to understand it.

Demonstration of the App

How to run

You will need python and after that you will have to run the following command in the downloaded folder.

pip install -r requirements.txt

and then you can run it by

python beziercurves.py

Controls

  • Numbers 1, 2, 3, 4 to select different points.
  • Arrow keys to move the points (When you move a main point, the control point moves with it).
  • P key to show or hide points on the line
  • +, - key to increase or decrease resolution
  • A key to move all the points.
  • Hold shift key while moving to slow down the movement.