Registry / other / bevy-ecs-tilemap

bevy-ecs-tilemap

JSON →
library0.18.1rscratesunverified

A tilemap rendering plugin for bevy which is more ECS friendly by having an entity per tile.

# Cargo.toml [dependencies] bevy_ecs_tilemap = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-ECS-TILEMAP
B
bevy-ecs-tilemap
otherrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TilemapPlugin
✓ use bevy_ecs_tilemap::TilemapPlugin;

Add the tilemap plugin to a Bevy app.

use bevy::prelude::*; use bevy_ecs_tilemap::prelude::*; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugin(TilemapPlugin) .run(); }
Debug
Known issues
gotchaRequires Bevy version compatibility; check the crate version matches your Bevy version.
fix
Use the same major version of bevy_ecs_tilemap as your bevy dependency.
affects: >=0.18.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
bevy-ecs-tilemap — cargo add bevy-ecs-tilemap · libregistry