{"id":32404200,"url":"https://github.com/sudame/forceatlas2.jl","last_synced_at":"2025-10-25T11:00:00.100Z","repository":{"id":39668990,"uuid":"458731144","full_name":"sudame/ForceAtlas2.jl","owner":"sudame","description":"A port of Gephi's Force Atlas 2 layout algorithm to Julia(Graph).","archived":false,"fork":false,"pushed_at":"2022-02-14T00:16:21.000Z","size":142,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T22:12:53.704Z","etag":null,"topics":["force-directed-graphs","force-layout","forceatlas2","graph","julia","juliagraphs"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/sudame.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}},"created_at":"2022-02-13T06:37:41.000Z","updated_at":"2022-11-22T06:39:26.000Z","dependencies_parsed_at":"2022-09-20T07:22:18.841Z","dependency_job_id":null,"html_url":"https://github.com/sudame/ForceAtlas2.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sudame/ForceAtlas2.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudame%2FForceAtlas2.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudame%2FForceAtlas2.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudame%2FForceAtlas2.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudame%2FForceAtlas2.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudame","download_url":"https://codeload.github.com/sudame/ForceAtlas2.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudame%2FForceAtlas2.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943394,"owners_count":26417747,"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-10-25T02:00:06.499Z","response_time":81,"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":["force-directed-graphs","force-layout","forceatlas2","graph","julia","juliagraphs"],"created_at":"2025-10-25T10:58:16.078Z","updated_at":"2025-10-25T11:00:00.092Z","avatar_url":"https://github.com/sudame.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ForceAtlas2.jl\n\n![Barabasi Albert Network](docs/ba.png)\n\nA port of Gephi's *Force Atlas 2* layout algorithm to Julia(Graph).\n\n## Installation\nin Julia REPL, Pkg mode\n\n```sh\nadd https://github.com/sudame/ForceAtlas2.jl\n```\n\n### Dependencies\n- JuliaGraph\n- GraphPlot (only for examples)\n\n## Usage\nSee [examples](./example/)\n\n```julia\nusing Graphs, GraphPlot, ForceAtlas2\n\ng = random_regular_graph(100, 2)\nlocs_x, locs_y = forceatlas2_layout(g, 1000)\n\ngplot(g, locs_x, locs_y)\n```\n\nIf you prefer the default number of iterations (100 iterations), you can do as follow:\n\n```julia\nusing Graphs, GraphPlot, ForceAtlas2\n\ng = random_regular_graph(100, 2)\ngplot(g, layout=forceatlas2_layout)\n```\n\n## Limitation\nThis version works **very** slow. This is only a port of python package and is not optimize for Julia.\n\n## Copyright\n\n```\nCopyright (C) 2022 SUDA Mikihiro s@sudame.net\nLicensed under the GNU GPLv3.\n```\n### Notice\n\n**The programs are heavily based on the Python implementation of Force Atlas 2, by [Bhargav Chippada](https://github.com/bhargavchippada).**\n\nYou can get the python version from GitHub: [bhargavchippada/forceatlas2](https://github.com/bhargavchippada/forceatlas2)\n\n#### Notice of Notice\n\nThe original version of Force Atlas 2 is [Gephi](https://gephi.org/)'s version. You can also find original [paper](https://doi.org/10.1371/journal.pone.0098679).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudame%2Fforceatlas2.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudame%2Fforceatlas2.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudame%2Fforceatlas2.jl/lists"}