bevy_entitiles 0.6.0

A 2d tilemap library for bevy. With many useful algorithms/tools built in.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
**Notice: `physics` feature is temporary removed because it has not migrated to bevy 0.13 yet. It will be added back in the next minor update.**

# What's New:


- Added README for examples.
- Custom materials for tilemaps. Implement `TilemapMaterial` and add the handle to the tilemap to access your data when rendering.
- Migrated to bevy 0.13.
- Use cached tilemap data instead of extracting every frame for rendering.

# What's Fixed:


- LDtk wfc ignores the background.
- Multi-layer pattern wfc uses the wrong data for `tile_render_size` and `tile_slot_size`.