Expand description

Primitive widgets are special in that they are built into conrod’s rendering logic.

By providing a set of foundational graphics widgets, we avoid the need for other widgets to define their own methods for rendering. Instead, conrod graphics backends only need to define rendering methods for a small set of primitives.

Modules

A simple, non-interactive widget for drawing an Image.

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

A simple, non-interactive widget for drawing a series of conjoined lines.

A module encompassing the primitive 2D shape widgets.

The primitive widget used for displaying text.

Functions

Find the bounding rect for the given series of points.