Function nannou::view[][src]

pub fn view(view: SimpleViewFn)

Build a simple nannou App with a default window and a view function.

This is the same as calling app and providing model and event functions that do nothing.