Skip to content

simoncrowe/rust-wasm-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Static web page for displaying a graph and centrality raked table of network nodes, using Rust/WebAssembly/WebGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors