{"id":50526282,"url":"https://github.com/sorrowfeng/spline_library","last_synced_at":"2026-06-03T08:04:19.701Z","repository":{"id":128506338,"uuid":"596819332","full_name":"sorrowfeng/spline_library","owner":"sorrowfeng","description":"解析样条曲线","archived":false,"fork":false,"pushed_at":"2024-03-14T05:55:33.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-14T06:41:20.099Z","etag":null,"topics":["cpp","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorrowfeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-02-03T01:41:57.000Z","updated_at":"2023-12-27T01:19:11.000Z","dependencies_parsed_at":"2023-06-01T04:15:44.630Z","dependency_job_id":null,"html_url":"https://github.com/sorrowfeng/spline_library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sorrowfeng/spline_library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorrowfeng%2Fspline_library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorrowfeng%2Fspline_library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorrowfeng%2Fspline_library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorrowfeng%2Fspline_library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorrowfeng","download_url":"https://codeload.github.com/sorrowfeng/spline_library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorrowfeng%2Fspline_library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33854130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","qt"],"created_at":"2026-06-03T08:04:18.403Z","updated_at":"2026-06-03T08:04:19.689Z","avatar_url":"https://github.com/sorrowfeng.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spline_library\n\n用于解析样条曲线，通过输入控制点，输出样条的QPainterPath\n\n# 示例\n```cpp\n#include \"splinehelper.h\"\n\nint main()\n{\n    std::vector\u003cQVector2D\u003e pointList; // 输入的控制点\n    SplineHelper spline(pointList, TypeCubicBSpline);\n    QPainterPath path = spline.getSplinePath();\n\n    return 0;\n}\n```\n\n# 使用效果\n![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/0fb47fd4a15643de8cfbb2bd0a67cf78.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorrowfeng%2Fspline_library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorrowfeng%2Fspline_library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorrowfeng%2Fspline_library/lists"}