Module pixels_graphics_lib::prelude
source · Re-exports
pub use crate::dialogs::*;
pub use crate::prefs::*;
pub use crate::scenes::*;
pub use crate::ui::*;
pub use crate::*;
Modules
Structs
- Series of images to play as an animation
- This represents an RGBA color and is used to store a pixel by
Image
andPixelsWrapper
- Represents a 2D point
- Represents a shape that is made of points that can be drawn either as a outline or solid
- Images are rectangles of pixels that can be manipulated and drawn on screen
- Rectangle
- Characters be drawn be at idx * char_width, idx * char_height
Enums
- How palette data is stored in an ICI file
- TextSize is used to set the size and positioning in pixels of text
- Symbolic name for a keyboard key.
Constants
Traits
- A shape counts as contained if it is fully inside
- Represents anything that Graphics can render