Struct nannou::Builder[][src]

pub struct Builder<M, E> { /* fields omitted */ }

A nannou application builder.

Methods

impl<M, E> Builder<M, E> where
    E: LoopEvent
[src]

Specify an exit function to be called when the application exits.

The exit function gives ownership of the model back to the user.

Creates and runs the nannou App with a default window.

Creates and runs the nannou App.

Auto Trait Implementations

impl<M, E> Send for Builder<M, E>

impl<M, E> Sync for Builder<M, E>