https://github.com/ctron/web-graph
A WebAssembly based web view for showing graphs
https://github.com/ctron/web-graph
graph rust visualization wasm
Last synced: 8 months ago
JSON representation
A WebAssembly based web view for showing graphs
- Host: GitHub
- URL: https://github.com/ctron/web-graph
- Owner: ctron
- License: apache-2.0
- Created: 2023-05-15T09:51:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T09:56:56.000Z (about 3 years ago)
- Last Synced: 2025-01-04T23:25:26.585Z (over 1 year ago)
- Topics: graph, rust, visualization, wasm
- Language: Rust
- Homepage:
- Size: 583 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Graph
This is an experiment, rendering a graph in a web browser. See for yourself:

The real thing is a bit more interactive, but you might get the idea.
## Running locally
Clone the repository and run:
```shell
cd examples/simple
trunk serve
```
Then navigate your browser to the URL shown by `trunk`.