Expand description
Utilities for constructing pixel buffers.
This adds ergonomic ways to create and render a pixel buffer. Alternatively PixelBufferBundle or PixelBufferSpriteBundle can be used.
Structs§
- Custom
Sprite - Customisable params for the sprite that will be rendered by RenderConfig.
- Custom
Sprite Bundle - Customisable params for the sprite bundle that will be rendered by RenderConfig.
- Pixel
Buffer Builder - Helper type to create pixel buffers.
- Pixel
Buffer Commands - Struct returned from creating a pixel buffer with PixelBufferBuilder allowing to work with the new buffer.
- Render
Config Builder - Helper type to allow easy RenderConfig conversions inside the PixelBufferBuilder.
Enums§
- Render
Config - Render setup configuration
Functions§
- pixel_
buffer_ setup - Returns a system that spawns a pixel buffer with the given size.