Skip to main content

Crate netrunner_gui

Crate netrunner_gui 

Source
Expand description

§netrunner (GUI)

A Zed GPUI-powered desktop front-end for netrunner. All network logic lives in netrunner_core; this crate renders live download/upload bandwidth charts while a speed test runs.

  • engine — bridges the Tokio-based core engine to GPUI’s executor
  • app — application state and progress-event handling
  • view — the GPUI render implementation (charts, metrics)
  • theme — the cyberpunk colour palette

Re-exports§

pub use app::SpeedApp;

Modules§

app
Application state and update logic for the GPUI desktop app.
engine
Bridges the async, Tokio-based netrunner_core engine to GPUI.
theme
Cyberpunk colour palette for the GPUI desktop app, mirroring the TUI theme.
view
GPUI rendering for the netrunner desktop app.