Crate sust

source · []

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

Access to the real-time state of the mouse.

Structs

Utility type for manpulating RGBA colors
Window that can serve as a target for 2D drawing.
Available styles applicable to windows.

Enums

Defines a system event and its parameters.
Key codes known to SFML.

Traits

Implement this trait to access events of the window.