{"id":61101,"library":"tinyspline","title":"TinySpline","description":"Library for NURBS, B-Splines, and Bézier curves, allowing you to handle splines with ease.","status":"active","version":"0.6.0","language":"cpp","source_language":null,"source_url":null,"tags":["spline","nurbs","curves","geometry"],"install":[{"cmd":"vcpkg install tinyspline","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(tinyspline CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE tinyspline::tinyspline)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"tinyspline.h","correct":"#include <tinyspline.h>"}],"quickstart":{"code":"#include <tinyspline.h>\n#include <cstdio>\n\nint main() {\n    tsBSpline spline;\n    ts_bspline_new(3, 2, 0, TS_CLAMPED, &spline);\n    printf(\"Spline degree: %d\\n\", spline.degree);\n    ts_bspline_free(&spline);\n    return 0;\n}","lang":"cpp","description":"Create a clamped B-Spline of degree 3 with 2 control points."},"warnings":[],"env_vars":null,"search_vec":"'allow':11 'b':6 'b-spline':5 'bézier':9 'curv':10,20 'eas':17 'geometri':21 'handl':14 'librari':2 'nurb':4,19 'spline':7,15,18 'tinysplin':1","created_at":"2026-06-17T04:38:35.538563+00:00","updated_at":"2026-06-17T04:38:35.538563+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}