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§

config
grid
mouse
Access to the real-time state of the mouse.
shape
state
vector
window

Structs§

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

Enums§

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

Traits§

App
Implement this trait to access events of the window.