Module nannou::ui::widget::primitive::shape[][src]

Expand description

A module encompassing the primitive 2D shape widgets.

Modules

An adaptation of the Oval type where the width and height are equal.

A simple, non-interactive widget for drawing a single Oval.

A simple, non-interactive Polygon widget for drawing arbitrary convex shapes.

A simple, non-interactive rectangle shape widget.

A primitive widget that allows for drawing using a list of triangles.

Enums

The style for some 2D shape.