Expand description

This crate is used for sharing a few items between the conrod examples.

The module contains:

  • pub struct DemoApp as a demonstration of some state we want to change.
  • pub fn gui as a demonstration of all widgets, some of which mutate our DemoApp.
  • pub struct Ids - a set of all widget::Ids used in the gui fn.

By sharing these items between these examples, we can test and ensure that the different events and drawing backends behave in the same manner.

Structs

A demonstration of some application state we want to control with a conrod GUI.

Constants

Functions

Instantiate a GUI demonstrating every widget available in conrod.
A set of reasonable stylistic defaults that works for the gui below.