re_viewport 0.9.0

The central viewport panel of the Rerun viewer.
Documentation
1
2
3
4
5
6
7
//! Potentially user-facing components to be used in blueprints.

mod space_view;
mod viewport;

pub use space_view::SpaceViewComponent;
pub use viewport::{AutoSpaceViews, SpaceViewMaximized, ViewportLayout, VIEWPORT_PATH};