{"id":71348,"library":"bevy-ecs-tilemap","title":"Bevy ECS Tilemap","description":"A tilemap rendering plugin for bevy which is more ECS friendly by having an entity per tile.","status":"active","version":"0.18.1","language":"rust","source_language":null,"source_url":"https://github.com/StarArawn/bevy_ecs_tilemap","tags":["bevy","tilemap","ecs","game-development","rendering"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbevy_ecs_tilemap = \"0.18.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bevy_ecs_tilemap","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TilemapPlugin","correct":"use bevy_ecs_tilemap::TilemapPlugin;"}],"quickstart":{"code":"use bevy::prelude::*;\nuse bevy_ecs_tilemap::prelude::*;\n\nfn main() {\n    App::new()\n        .add_plugins(DefaultPlugins)\n        .add_plugin(TilemapPlugin)\n        .run();\n}","lang":"rust","description":"Add the tilemap plugin to a Bevy app."},"warnings":[{"fix":"Use the same major version of bevy_ecs_tilemap as your bevy dependency.","message":"Requires Bevy version compatibility; check the crate version matches your Bevy version.","severity":"gotcha","affected_versions":">=0.18.0"}],"env_vars":null,"search_vec":"'bevi':1,9,21 'develop':26 'ec':2,13,23 'entiti':18 'friend':14 'game':25 'game-develop':24 'per':19 'plugin':7 'render':6,27 'tile':20 'tilemap':3,5,22","created_at":"2026-06-17T18:25:40.184724+00:00","updated_at":"2026-06-17T18:25:40.184724+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/StarArawn/bevy_ecs_tilemap","github":"https://github.com/StarArawn/bevy_ecs_tilemap","docs":"https://docs.rs/bevy_ecs_tilemap/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}