ruviz-gpui 0.3.3

GPUI component adapter for ruviz
Documentation

ruviz-gpui

ruviz-gpui contains the native gpui integration layer used for embedded interactive plots.

Example Programs

The crate already ships runnable examples in examples/:

  • static_embed.rs
  • observable_embed.rs
  • streaming_embed.rs
  • fixed_bounds_dashboard.rs

Run one locally with:

cargo run -p ruviz-gpui --example static_embed

Use this crate when you want an embedded native surface rather than the browser-first WASM stack.