Crate simple_tilemap
source ·Expand description
simple-tilemap
A simple tilemap & tileset implementation.
Re-exports
pub use rgb::RGBA8 as Color;
pub use simple_blit::BlitOptions;
pub use simple_blit::Buffer;
pub use simple_blit::BufferMut;
pub use rgb;
Structs
- Tile in a
Tilemap
. - A map that holds a tileset and a collection of tiles.
- Tileset holds a collection of tiles stored as their pixel data.
- Options used when creating a tileset.
Type Aliases
- Id of a tile in a tileset. Tiles in a tileset are counted left-to-right then top-to-bottom.