{"id":28906754,"url":"https://github.com/dobefu/vectors","last_synced_at":"2025-09-20T02:06:06.453Z","repository":{"id":300406041,"uuid":"1006097439","full_name":"Dobefu/vectors","owner":"Dobefu","description":"A Go package providing 2D and 3D vector types with mathematical operations.","archived":false,"fork":false,"pushed_at":"2025-07-20T17:21:54.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T23:44:09.121Z","etag":null,"topics":["2d","3d","game-development","go","golang","libraries","library","math","vector","vector-math","vector2","vector3","vectors"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dobefu.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,"zenodo":null}},"created_at":"2025-06-21T13:41:40.000Z","updated_at":"2025-07-20T17:21:12.000Z","dependencies_parsed_at":"2025-06-21T14:47:26.711Z","dependency_job_id":null,"html_url":"https://github.com/Dobefu/vectors","commit_stats":null,"previous_names":["dobefu/vectors"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Dobefu/vectors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fvectors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fvectors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fvectors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fvectors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dobefu","download_url":"https://codeload.github.com/Dobefu/vectors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fvectors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276033070,"owners_count":25573474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":["2d","3d","game-development","go","golang","libraries","library","math","vector","vector-math","vector2","vector3","vectors"],"created_at":"2025-06-21T15:09:48.365Z","updated_at":"2025-09-20T02:06:06.439Z","avatar_url":"https://github.com/Dobefu.png","language":"Go","readme":"# Vectors\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/Dobefu/vectors.svg)](https://pkg.go.dev/github.com/Dobefu/vectors)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Dobefu_vectors\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Dobefu_vectors)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Dobefu/vectors)](https://goreportcard.com/report/github.com/Dobefu/vectors)\n\nA Go package providing 2D and 3D vector types with mathematical operations.\n\n## Installation\n\n```bash\ngo get github.com/Dobefu/vectors\n```\n\n## Usage\n\n```go\npackage main\n\nimport \"github.com/Dobefu/vectors\"\n\nfunc main() {\n    vec := vectors.Vector2{X: 3, Y: 4}\n    magnitude := vec.Magnitude() // Returns 5.0\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdobefu%2Fvectors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdobefu%2Fvectors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdobefu%2Fvectors/lists"}