Skip to main content

Crate ottr_window

Crate ottr_window 

Source
Expand description

§ottr_window

Otter’s windowing system. Most users will probably use the WindowLoop type, which implements MainLoop.

Modules§

prelude
use ottr_window::prelude::*; to import the most common types, traits and functions.

Structs§

WindowLoop
An implementation of MainLoop for winit.