This is a simple basic bezier curves simulation to play with or to understand it.
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
- 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.