Module pixel_engine::traits[][src]

Expand description

A collection of traits used to draw things

Traits

Draw Decals

The Basic Drawing Trait All that is needed to draw one pixel one the target

A trait that regroups all the Shapes Drawing You don’t need to implement anything other that ScreenTrait to use it

A trait that will handle the drawing of Sprite onto the Target