Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-15T09:56:56.000Z (over 1 year ago)
- Last Synced: 2024-05-02T06:15:11.245Z (6 months 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:
![Screenshot of an example](docs/example1.png)
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`.