[][src]Crate pixel_engine

A library to sweeten the interaction with sdl2

Re-exports

pub use sdl2;

Structs

Color

A RGBA color interface

Engine

The core of this library Engine handle the backend of drawing and deals with sdl2

Window

Base struct of the library contains the function to draw onto the window's canvas

Enums

KeyState

All the keystate possible

Functions

initialize

Create a window with the name ,size and pixel size given