{"id":38956621,"url":"https://github.com/trajectoryjp/closest_go","last_synced_at":"2026-01-17T16:17:36.923Z","repository":{"id":217630466,"uuid":"744377390","full_name":"trajectoryjp/closest_go","owner":"trajectoryjp","description":"Go module closest provides you calculating the closest points of two convex hulls.","archived":false,"fork":false,"pushed_at":"2025-10-03T04:14:47.000Z","size":49,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T05:25:55.866Z","etag":null,"topics":["closest-points","epa","epa-algorithm","gjk","gjk-algorithm","go","go-lib","go-library","go-mod","go-module","go-package","golang","golang-library","golang-module","golang-package"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/trajectoryjp/closest_go","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/trajectoryjp.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-17T07:10:05.000Z","updated_at":"2024-11-28T08:48:59.000Z","dependencies_parsed_at":"2024-01-17T16:07:01.534Z","dependency_job_id":"271b9e64-6c02-431d-bd83-62c60783bd9a","html_url":"https://github.com/trajectoryjp/closest_go","commit_stats":null,"previous_names":["trajectoryjp/closest_go"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/trajectoryjp/closest_go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajectoryjp%2Fclosest_go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajectoryjp%2Fclosest_go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajectoryjp%2Fclosest_go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajectoryjp%2Fclosest_go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trajectoryjp","download_url":"https://codeload.github.com/trajectoryjp/closest_go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajectoryjp%2Fclosest_go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["closest-points","epa","epa-algorithm","gjk","gjk-algorithm","go","go-lib","go-library","go-mod","go-module","go-package","golang","golang-library","golang-module","golang-package"],"created_at":"2026-01-17T16:17:36.150Z","updated_at":"2026-01-17T16:17:36.904Z","avatar_url":"https://github.com/trajectoryjp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# closest\n\n[![Go Doc](https://pkg.go.dev/badge/github.com/trajectoryjp/closest_go)](https://pkg.go.dev/github.com/trajectoryjp/closest_go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/trajectoryjp/closest_go)](https://goreportcard.com/report/github.com/trajectoryjp/closest_go)\n\nGo module closest provides calculating the closest points of two convex hulls.\nYou get the distance or the depth between them in passing.\nThis uses Gilbert-Johnson-Keerthi (GJK) algorithm and Expanding Polytope Algorithm (EPA).\n\n## Prerequisites\n\n- **[Go](https://go.dev)**: **1.18+**.\n\n## Installation\n\nSimply append the following import to your code, and then `go [build|run|test]`\nwill automatically fetch the necessary dependencies:\n\n```go\nimport \"github.com/trajectoryjp/closest_go\"\n```\n\n## Contribution\n\nYou are very welcome to:\n\n- Create pull requests of any kind\n- Let me know if you are using this library and find it useful\n- Open issues with request for support because they will help you and many others\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrajectoryjp%2Fclosest_go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrajectoryjp%2Fclosest_go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrajectoryjp%2Fclosest_go/lists"}