Crate piston_window [] [src]

The official Piston window back-end for the Piston game engine

Reexports

pub use graphics::*;
pub use piston::window::*;
pub use piston::input::*;
pub use piston::event_loop::*;

Structs

PistonWindow

Contains everything required for controlling window, graphics, event loop.

Texture

Represents a texture.

TextureSettings

Texture creation parameters.

Enums

Error

An enum to represent various possible run-time errors that may occur.

Flip

Flip settings.

OpenGL

Functions

empty_app

Creates a new empty application.

Type Definitions

G2d

2D graphics.

GfxStream

Actual gfx::Stream implementation carried by the window.

Glyphs

Glyph cache.