Skip to main content

Crate vibe_graph_viz

Crate vibe_graph_viz 

Source
Expand description

WASM-compatible egui visualization for SourceCodeGraph.

This crate provides an egui-based visualization that can run:

  • Natively (via eframe)
  • In the browser (via WASM)

§Module Structure

  • app - Main application state and update loop
  • api - HTTP API client for WASM (gloo-net)
  • top_bar - Top panel with operations controls
  • selection - Lasso selection and neighborhood expansion
  • settings - UI settings structures
  • ui - Overlay rendering (lasso, indicators)
  • sample - Sample graph generation
  • automaton_mode - Temporal state visualization mode (requires automaton feature)
  • automaton_app - Standalone automaton visualization app (requires automaton feature)

Modules§

file_viewer
File viewer windows with syntax highlighting.

Structs§

VibeGraphApp
The main visualization application.