[][src]Function nannou::sketch

pub fn sketch(view: SketchViewFn) -> SketchBuilder<Event>

Shorthand for building a simple app that has no model, handles no events and simply draws to a single window.

This is useful for late night hack sessions where you just don't care about all that other stuff, you just want to play around with some ideas or make something pretty.