Expand description
Rerun Viewer GUI.
This crate contains all the GUI code for the Rerun Viewer, including all 2D and 3D visualization code.
Re-exports§
pub use native::run_native_app;
pub use native::run_native_viewer_with_messages;
Modules§
- app 🔒
- Auto-generated blueprint-related types.
- loading 🔒
- saving 🔒
- Screenshotting not implemented on web yet because we haven’t implemented “copy image to clipboard” there.
- ui 🔒
- Most analytics events collected by the Rerun Viewer are defined in this file.
Structs§
- The Rerun Viewer as an [
eframe
] application. - Settings set once at startup (e.g. via command-line options) and not serialized.
Enums§
- Where is this App running in? Used for analytics.
Functions§
- Information about this version of the crate.
- Customize eframe and egui to suit the rerun viewer.
- Reset the viewer state as stored on disk and local storage, keeping only the analytics state.
- This wakes up the ui thread each time we receive a new message.