[][src]Crate conrod_example_shared

[]

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

The module contains:

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

DemoApp

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

Ids

Constants

WIN_H
WIN_W

Functions

gui

Instantiate a GUI demonstrating every widget available in conrod.

theme

A set of reasonable stylistic defaults that works for the gui below.