bevy_ecs_tilemap 0.18.1

A tilemap rendering plugin for bevy which is more ECS friendly by having an entity per tile.
Documentation
1
2
3
4
5
6
7
pub mod filling;
pub mod geometry;
pub mod hex_grid;
pub mod projection;
pub mod selection;
pub mod square_grid;
pub mod transform;