Rust Bevy Procedural World Builder
Build and review Bevy procedural world generation with grid resources, deterministic seeds, reachability checks, chunk or room spawning, background generation boundaries, and gameplay-safe entity materialization. Use when creating tile maps, dungeon-like spaces, mining bases, or generated levels in Rust Bevy games.
Rustv0.1.0MITrustbevygamedevprocedural-generationworld-building
Install
npx skills add LVTD-LLC/skills --skill rust-bevy-procedural-world-builderFrom `SKILL.md`
Use this skill to turn procedural generation into a testable data pipeline: generate data first, validate it, then materialize entities safely in Bevy.