Module bones_framework::render::ui

source ·
Expand description

UI resources & components.

Re-exports§

  • pub use ::egui;

Modules§

Structs§

  • Resource containing the [egui::Context] that can be used to render UI.
  • Shared resource that, if inserted, allows you to modify the raw egui input based on the state of the last game frame.
  • Resource for configuring egui rendering.
  • Resource that maps image handles to their associated egui textures.
  • A font asset.
  • The Font asset loader.
  • Font metadata for buttons, headings, etc, describing the font, size, and color of text to be rendered.

Traits§

Functions§