Crate egui_sfml

Source
Expand description

egui SFML integration helpers

Contains various types and functions that helps with integrating egui with SFML.

Re-exports§

pub use egui;
pub use sfml;

Structs§

DrawInput
Data required to draw the egui ui
SfEgui
Egui integration for SFML.
TextureCreateError
Error when failing to create a texture

Enums§

PassError
Error that can happen during an egui pass

Traits§

UserTexSource
A source for egui user textures.