A Python library for creating and evaluating splines in Euclidean space and beyond, including B-splines and Bézier curves. Current version is 0.3.3, released in 2021. The library is under active development with irregular release cadence.
pip install splinesVerified import paths — ran on the pinned version, not inferred.
Create a uniform B-spline and evaluate at a parameter value.
Ensure knot vector has multiplicity equal to degree+1 at start and end.
Update code to handle array output or upgrade to latest version.
Use a different library like `numpy` or `scipy.interpolate` for NURBS.
No dependency data recorded yet.