Module nannou::app [] [src]

Structs

App

An App represents the entire context of your application.

Audio

An App's audio API.

Draw

A nannou::Draw instance owned by the App.

Proxy

A handle to the App that can be shared across threads.

Enums

LoopMode

The mode in which the App is currently running the event loop.

Type Definitions

DrawScalar

The app uses a set scalar type in order to provide a simplistic API to users.