{"id":23282016,"url":"https://github.com/ndimensional/andromeda","last_synced_at":"2025-08-21T13:33:12.531Z","repository":{"id":222716828,"uuid":"758165725","full_name":"nDimensional/andromeda","owner":"nDimensional","description":"High-performance graph layout engine","archived":false,"fork":false,"pushed_at":"2024-11-12T18:08:34.000Z","size":252,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-12T19:20:16.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Zig","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/nDimensional.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-15T18:49:26.000Z","updated_at":"2024-11-12T19:16:37.000Z","dependencies_parsed_at":"2024-08-03T04:23:51.842Z","dependency_job_id":"d6d1b283-4fd4-4636-b875-0fb445bab625","html_url":"https://github.com/nDimensional/andromeda","commit_stats":null,"previous_names":["ndimensional/andromeda"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nDimensional%2Fandromeda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nDimensional%2Fandromeda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nDimensional%2Fandromeda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nDimensional%2Fandromeda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nDimensional","download_url":"https://codeload.github.com/nDimensional/andromeda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230516200,"owners_count":18238353,"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":[],"created_at":"2024-12-20T00:13:34.999Z","updated_at":"2025-08-21T13:33:12.519Z","avatar_url":"https://github.com/nDimensional.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Andromeda\n\nAndromeda is a high-performance force-directed graph layout engine written in Zig using GTK and OpenGL.\n\n![](./assets/graph-1e6.png)\n\nZig version `0.14.1`.\n\n```\n$ zig build run -Doptimize=ReleaseFast\n```\n\nYour SQLite database should have a schema that looks like this:\n\n```sql\nCREATE TABLE nodes(\n  id INTEGER PRIMARY KEY NOT NULL,\n  x FLOAT NOT NULL DEFAULT 0,\n  y FLOAT NOT NULL DEFAULT 0\n);\n\nCREATE TABLE edges(\n  source INTEGER NOT NULL REFERENCES nodes(id),\n  target INTEGER NOT NULL REFERENCES nodes(id)\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndimensional%2Fandromeda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndimensional%2Fandromeda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndimensional%2Fandromeda/lists"}