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§
- Border
Image - A 9-patch style border image that can be used, for exmaple, with [
RetroFrame
] to render a bordered frame - Retro
UiPlugin - UI plugin for Bevy Retro built on
bevy_egui
Traits§
- Retro
Egui UiExt - Extra functions on top of
egui::Ui
for retro widgets