[][src]Crate screen_13

Re-exports

pub use self::gpu::Gpu;
pub use self::input::Input;

Modules

camera
color
config
fx
game
gpu
input
math
pak
prelude

Things, particularly traits, which are used in almost every single Screen 13 game.

Structs

Engine
Program

Program is the required information to start a game TODO: Add icons and such

Render

A powerful structure which allows you to combine various operations and other render instances to create just about any creative effect.

Enums

Error

Traits

Screen

Screen provides the ability to render using the given GPU and optionally to provide a new Screen result.

Functions

init_debug

Only required when you are not running an engine instance but still using other engine types and you want debugging setup.

Type Definitions

DynScreen