Type Alias nannou::window::SketchFn

source ·
pub type SketchFn = fn(_: &App, _: Frame<'_>);
Expand description

The same as ViewFn, but provides no user model to draw from.

Useful for simple, stateless sketching.