{"id":16797364,"url":"https://github.com/kubk/graph-traversing-visualization","last_synced_at":"2026-02-17T10:05:28.633Z","repository":{"id":45639550,"uuid":"78425857","full_name":"kubk/graph-traversing-visualization","owner":"kubk","description":"Graph visual editor and BFS/DFS visualizer using Canvas","archived":false,"fork":false,"pushed_at":"2022-12-06T20:37:05.000Z","size":5071,"stargazers_count":4,"open_issues_count":24,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T21:52:22.273Z","etag":null,"topics":["canvas","graph-algorithms","graph-visualization","typescript"],"latest_commit_sha":null,"homepage":"https://kubk.github.io/graph-traversing-visualization/dist/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-09T12:15:19.000Z","updated_at":"2024-08-30T16:54:27.000Z","dependencies_parsed_at":"2023-01-23T15:01:38.118Z","dependency_job_id":null,"html_url":"https://github.com/kubk/graph-traversing-visualization","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/kubk%2Fgraph-traversing-visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubk%2Fgraph-traversing-visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubk%2Fgraph-traversing-visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubk%2Fgraph-traversing-visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubk","download_url":"https://codeload.github.com/kubk/graph-traversing-visualization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245122769,"owners_count":20564370,"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":["canvas","graph-algorithms","graph-visualization","typescript"],"created_at":"2024-10-13T09:22:07.729Z","updated_at":"2026-02-17T10:05:23.610Z","avatar_url":"https://github.com/kubk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubk/graph-traversing-visualization [![Build Status](https://travis-ci.org/kubk/graph-traversing-visualization.svg?branch=gh-pages)](https://travis-ci.org/kubk/graph-traversing-visualization)\n\nGraph manipulation/traversing visualization using vanilla JavaScript + Canvas API.\n\n## Features\n- Draggable vertices\n- Directed (one-way)/Undirected (two-way)/Parallel edges\n- Dynamic building of [adjacency matrix](https://en.wikipedia.org/wiki/Adjacency_matrix), [incidence matrix](https://en.wikipedia.org/wiki/Incidence_matrix), [adjacency list](https://en.wikipedia.org/wiki/Adjacency_list)\n- Deleting vertices (with all connected edges)\n- Depth/Breadth-first search visualization\n\n## Demo\nCheck out demo in your browser:\n- [Depth/Breadth-first search visualization](https://kubk.github.io/graph-traversing-visualization/dist)\n\n## Control\n- Create vertex - Left mouse click on an empty space\n- Drag vertex - Press and hold down left mouse button, then move drag vertex to the desired location\n- Connect vertices - Right mouse click on start/end vertex\n- Delete vertex - Ctrl+right mouse click\n- Set vertex as selected (for specifying start vertex of search algorithms) - Ctrl+left mouse click\n\n## Example\n![example](https://github.com/kubk/graph-traversing-visualization/blob/gh-pages/out.gif)\n\n## Testing\n```\nnpm run test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubk%2Fgraph-traversing-visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubk%2Fgraph-traversing-visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubk%2Fgraph-traversing-visualization/lists"}