{"id":19415010,"url":"https://github.com/jakeroggenbuck/vector-c","last_synced_at":"2026-06-10T22:31:46.261Z","repository":{"id":237366537,"uuid":"756084515","full_name":"JakeRoggenbuck/vector-c","owner":"JakeRoggenbuck","description":"Vector math in C","archived":false,"fork":false,"pushed_at":"2024-12-29T09:37:09.000Z","size":26,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T03:13:14.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JakeRoggenbuck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-11T23:02:26.000Z","updated_at":"2024-12-29T09:37:13.000Z","dependencies_parsed_at":"2024-05-01T04:28:52.439Z","dependency_job_id":"6903fe47-de65-484d-9a98-b8b2f7aa3c66","html_url":"https://github.com/JakeRoggenbuck/vector-c","commit_stats":null,"previous_names":["jakeroggenbuck/vector-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JakeRoggenbuck/vector-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeRoggenbuck%2Fvector-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeRoggenbuck%2Fvector-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeRoggenbuck%2Fvector-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeRoggenbuck%2Fvector-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakeRoggenbuck","download_url":"https://codeload.github.com/JakeRoggenbuck/vector-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeRoggenbuck%2Fvector-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34174148,"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-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-10T12:41:16.375Z","updated_at":"2026-06-10T22:31:46.218Z","avatar_url":"https://github.com/JakeRoggenbuck.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vectors-c\n\n![image](https://github.com/user-attachments/assets/d939bbc5-f267-4960-80f5-c0609c456d12)\n\n![Build](https://img.shields.io/github/actions/workflow/status/jakeroggenbuck/all-the-NaN-floats/c-cpp.yml?branch=main\u0026style=for-the-badge)\n[![C](https://img.shields.io/badge/C-00599C?style=for-the-badge\u0026logo=c\u0026logoColor=white)](https://github.com/JakeRoggenbuck?tab=repositories\u0026q=\u0026type=\u0026language=c\u0026sort=stargazers)\n\nVector math in C\n\n```c\nint main() {\n    struct Vec3 *v = build_vec3(1, 2, 3);\n    struct Vec3 *u = build_vec3(4, 5, 6);\n\n    double res = dot_vec3(v, u);\n\n    // (1*4) + (2*5) + (3*6)\n    assert(res == 4 + 10 + 18);\n\n    struct Vec2 *a = build_vec2(1, 2);\n    struct Vec2 *b = build_vec2(3, 4);\n\n    double res2 = dot_vec2(a, b);\n\n    // (1*3) + (2*4)\n    assert(res2 == 3 + 8);\n\n    interactive();\n\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeroggenbuck%2Fvector-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeroggenbuck%2Fvector-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeroggenbuck%2Fvector-c/lists"}