Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 489 Bytes

File metadata and controls

19 lines (11 loc) · 489 Bytes

rust-wasm-centrality

Interactive network graph visualization with centrality ranking, built with Rust/WebAssembly and WebGL.

Nodes are rendered on an interactive canvas (pan, zoom, pinch-to-zoom) and ranked by centrality in a searchable sidebar table. Selecting a node in the table pans the camera to it.

Build

Compile Rust to WebAssembly:

wasm-pack build --target web

Then serve the project root with any static file server and open index.html.

License

MIT