Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 757 Bytes

File metadata and controls

25 lines (22 loc) · 757 Bytes

B-Spline-Curve

a tiny and fast B-spline curve which support user interaction. Go to B-spline for more details.

Table of Contents

Demo

demo

Install

pip install -r requirements.txt

Usage

python main.py

Features

  • 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.

Todo list

  • Add Point Delete
  • Add Line Delete