Module nannou::prelude [] [src]

A collection of commonly used items that we recommend importing for ease of use.

Reexports

pub use app::App;
pub use app::LoopMode;
pub use event::SimpleWindowEvent::*;
pub use event::Event;
pub use math::pt1;
pub use math::pt2;
pub use math::pt3;
pub use math::prelude::*;

Structs

Frame

A Frame represents all graphics for the application for a single "frame" of time.

Point2

A point in 2-dimensional space.

Point3

A point in 3-dimensional space.

Vector2

A 2-dimensional vector.

Vector3

A 3-dimensional vector.

WindowId

Identifier of a window. Unique for each window.

Enums

Key

Symbolic name for a keyboard key.

Functions

vec1

The short constructor.

vec2

The short constructor.

vec3

The short constructor.

vec4

The short constructor.