Expand description

Contains basic graphics and shapes

Re-exports

pub use texture::Texture;
pub use sprite::Sprite;
pub use primative::*;
pub use crate::pipeline::Breakdown;

Modules

Various drawable primatives

A basic textured rectangle

The texture type used by pigeon

Structs

A BGRA colour with 8-bit colour channels

A RGBA colour represented as a float between 0 and 1

A RGBA colour with 8-bit colour channels

Traits

Various primatives that can be drawn using the in built pipelines. Also contains Drawable to allow users to create their own renderable objects and Texture. Allows for a graphic to be broken down into a more simplistic form for use in ther renderer