2 unstable releases

0.16.0 May 29, 2025
0.14.0 Jul 19, 2024

#2257 in Game dev

Download history 5/week @ 2025-05-09 2/week @ 2025-05-16 59/week @ 2025-05-23 76/week @ 2025-05-30

97 downloads per month

MIT/Apache

63KB
104 lines

bevy_picking_tilemap

Provides a picking backend to add integration with bevy_ecs_tilemap, enabling individual Tile entities to receive the picking triggers.

How to use

In addition to the plugins for picking and bevy_ecs_tilemap, simply add the TilemapBackend to the App. Then, any entity with the TileBundle should be able to receive picking events.

  • See the basic example for more detail.

Dependencies

~46–82MB
~1.5M SLoC