{"id":20679643,"url":"https://github.com/petrkotek/go-vector","last_synced_at":"2025-04-19T23:52:37.197Z","repository":{"id":144210165,"uuid":"56613927","full_name":"petrkotek/go-vector","owner":"petrkotek","description":"Go (golang) library implementing vector math.","archived":false,"fork":false,"pushed_at":"2016-04-19T17:55:40.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T23:52:33.218Z","etag":null,"topics":["golang","vector","vector-math"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petrkotek.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":"2016-04-19T16:33:53.000Z","updated_at":"2018-09-11T06:25:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"509dfca7-d394-4b3e-9663-e71f218b9cba","html_url":"https://github.com/petrkotek/go-vector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrkotek%2Fgo-vector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrkotek%2Fgo-vector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrkotek%2Fgo-vector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrkotek%2Fgo-vector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petrkotek","download_url":"https://codeload.github.com/petrkotek/go-vector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249830852,"owners_count":21331357,"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","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":["golang","vector","vector-math"],"created_at":"2024-11-16T21:26:48.109Z","updated_at":"2025-04-19T23:52:37.190Z","avatar_url":"https://github.com/petrkotek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/petrkotek/go-vector.svg?branch=master)](https://travis-ci.org/petrkotek/go-vector)\n[![Coverage Status](https://coveralls.io/repos/petrkotek/go-vector/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/petrkotek/go-vector?branch=master)\n\n# go-vector\nGo (golang) library implementing vector math.\n\n## Usage\n\n### 1. Fetch the package \n\n```\ngo get github.com/petrkotek/go-vector\n```\n\n### 2. Import the package\nImport the package into your `.go` file:\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n\n        \"github.com/petrkotek/go-vector/2d/32bit/vec\"\n)\n\nfunc main() {    \n        v1 := vec.New(1, 2)\n        v2 := vec.New(3, 4)\n        fmt.Println(v1.Add(v2))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetrkotek%2Fgo-vector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetrkotek%2Fgo-vector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetrkotek%2Fgo-vector/lists"}