Re-exports§
pub use egui_sfml::egui as gui;
pub use vector::*;
pub use config::*;
pub use state::*;
pub use window::*;
pub use shape::*;
pub use grid::*;
Modules§
Structs§
- Color
- Utility type for manpulating RGBA colors
- Render
Window Window
that can serve as a target for 2D drawing.- Style
- Available styles applicable to windows.
Enums§
Traits§
- App
- Implement this trait to access events of the window.