Crate astrelis

Source

Re-exports§

pub use mint;

Modules§

input_system
renderer_2d
time
window

Structs§

ActiveEventLoop
Target that associates windows with an EventLoop.
Engine
EngineOuter
EventLoop
Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
WindowAttributes
Attributes used when creating a window.
WindowId
Identifier of a window. Unique for each window.

Enums§

WindowEvent
Describes an event from a [Window].

Traits§

Application
ApplicationHandler
The handler of the application events.