a tiny and fast B-spline curve which support user interaction. Go to B-spline for more details.
pip install -r requirements.txt
python main.py
- Interactive: Use mouse left and mouse right you can add control point and drag control line.
- Two types B-spline: Support Uniform and Clamped type B-spline.
- Define Curve's degree: You can input what you want degree of the curve but make sure that your input is valid.
- Add Point Delete
- Add Line Delete
