Expand description
Rerun GUI theme and helpers, built around egui
.
Modules§
- Helpers for drag and drop support for reordering hierarchical lists.
- Second-generation list item.
Macros§
- Create an
IconText
with the given items.
Structs§
- A token representing a color in the global color table.
- A single row in the controls table.
- The look and feel of the UI.
- A help popup where you can show markdown text and controls as a table.
- Helper to show text with icons in a row. Usually created via the
crate::icon_text!
macro. - Newtype over [
egui::Key
] which provides aDisplay
implementation suitable for markdown. - Newtype over [
egui::Modifiers
] which provides aDisplay
implementation suitable for markdown. - Helper to add [
egui::Modifiers
] as text with icons. Will automatically show Cmd/Ctrl based on the OS. - Newtype over [
egui::PointerButton
] which provides aDisplay
implementation suitable for markdown. - Helper to show mouse buttons as text/icons.
- A collapsible section header, with support for optional help tooltip and button.
Enums§
- A hue for a
ColorToken
. - The style of a label.
- A color scale for a
ColorToken
. - All the commands we support.
- Specifies the context in which the UI is used and the constraints it should follow.
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.