Crate bevy_retro_ui

Source
Expand description

Bevy Retro UI plugin

Primarily a wrapper around bevy_egui with extra utilties for 9-patch sytle UI and bitmap font rendering.

Modules§

bdf
BDF Parser
bordered_frame
9-Patch style bordered frame rendering
fonts
Bitmap font asset loader
retro_button
9-Patch style button widget
retro_label
Bitmap font label widget

Structs§

BorderImage
A 9-patch style border image that can be used, for exmaple, with [RetroFrame] to render a bordered frame
RetroUiPlugin
UI plugin for Bevy Retro built on bevy_egui

Traits§

RetroEguiUiExt
Extra functions on top of egui::Ui for retro widgets