Expand description
Rerun GUI theme and helpers, built around egui
.
Re-exports§
pub use self::icons::Icon;
Modules§
- command 🔒
- Helpers for drag and drop support for reordering hierarchical lists.
- Second-generation list item.
- A toast notification system for egui, roughly based on https://github.com/urholaukkarinen/egui-toast.
- ui_ext 🔒
Structs§
- The look and feel of the UI.
- Newtype over [
egui::Key
] which provides aDisplay
implementation suitable for markdown. - Newtype over [
egui::Modifiers
] which provides aDisplay
implementation suitable for markdown. - Newtype over [
egui::PointerButton
] which provides aDisplay
implementation suitable for markdown. - A collapsible section header, with support for optional help tooltip and button.
Enums§
- The style of a label.
- All the commands we support.
Constants§
- If true, we hide the native window decoration (the top bar with app title, close button etc), and instead paint our own close/maximize/minimize buttons.
- If true, we fill the entire window, except for the close/maximize/minimize buttons in the top-left. See https://github.com/emilk/egui/pull/2049
- If true, we show the native window decorations/chrome with the close/maximize/minimize buttons and app title.
Traits§
- Extension trait for [
egui::Context
]. - Interface for sending
UICommand
messages. - Rerun custom extensions to [
egui::Ui
].
Functions§
- Apply the Rerun design tokens to the given egui context and install image loaders.
- Return a reference to the global design tokens structure.
- Is this Ui in a resizable panel?