Module conrod::backend [] [src]

Feature-gated, backend-specific functionality.

Conrod can be thought of as a pipe, where its inputs are conrod::event::Raws and its output is conrod::render::Primitives. The following feature-gated backend modules provide helper functionality for converting events and rendering primitives in a way that is suitable to each.

If there is a popular backend that you would like to see support for that is currently missing from this module, feel free to open an issue or pull request at the conrod repository.

Modules

gfx
glium

A glium backend for rendering conrod primitives.

piston

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

winit

A function for converting a winit::Event to a conrod::event::Input.