Module nannou::window[][src]

The nannou Window API. Create a new window via .app.new_window(). This produces a Builder which can be used to build a window.

Structs

Builder

For building an OpenGL window.

Id

Identifier of a window. Unique for each window.

Window

An OpenGL window.