Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.