macro_rules! start_engine {
    ($window_builder:expr) => { ... };
}
Expand description

Starts the engine, enables the window and starts drawing the scene. Takes a WindowBuilder for the initial window.