Function nannou::run [] [src]

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

Runs the nannou application!