Module conrod::backend::piston [] [src]

Functionality for simplifying the work involved when using conrod along-side piston.

Re-exports

pub use self::window::EventWindow;
pub use self::window::Window;

Modules

draw

A piston backend for rendering conrod primitives.

event

A backend for converting piston events to conrod's Input type.

gfx

Contains the GfxContext wrapper for convenient integration with backend::piston::Window

window

This code is adapted from the piston_window crate for convenience when using the piston window API with a conrod app.

Structs

WindowEvents

An event loop iterator

Enums

OpenGL