Registry / other / tinyspline

tinyspline

JSON →
library0.6.0vcpkgunverified

Library for NURBS, B-Splines, and Bézier curves, allowing you to handle splines with ease.

vcpkg install tinyspline
INSTALL
IMPORT
SIG · TINYSPLINE
T
tinyspline
othercppv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinyspline.h
✓ #include <tinyspline.h>

Create a clamped B-Spline of degree 3 with 2 control points.

#include <tinyspline.h> #include <cstdio> int main() { tsBSpline spline; ts_bspline_new(3, 2, 0, TS_CLAMPED, &spline); printf("Spline degree: %d\n", spline.degree); ts_bspline_free(&spline); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

tinyspline — pip install tinyspline · libregistry