Function nannou::run[][src]

pub fn run<M, E>(model: ModelFn<M>, event: EventFn<M, E>, view: ViewFn<M>) where
    E: LoopEvent

A simple function for creating and running a nannou App with a default window!

Calling this is just like calling nannou::app(model, event, view).run_window().