Skip to content

A bezier curves interactive demonstration in python for educational purposes

License

Notifications You must be signed in to change notification settings

amaank404/Bezier-Curves-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A bezier curves interactive demonstration in python for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages