Path: blob/main/release-content/release-notes/tilemap-chunk-rendering.md
6592 views
---
---
A performant way to render tilemap chunks has been added as the first building block to Bevy's tilemap support. You can render a chunk by supplying a tileset texture to the TilemapChunk
component and tile data to TilemapChunkTileData
. For each tile, TileData
allows you to specify the index into the tileset, the visibility, and the color tint.