Function nannou::run [] [src]

pub fn run<M, E>(model: ModelFn<M>, update: UpdateFn<M, E>, draw: DrawFn<M>) where
    E: LoopEvent

A simple function for creating and running a nannou App!

Calling this is just like calling nannou::app(model, update, draw).run().