rust-bevy-asset-pipeline

Installation
SKILL.md

Rust Bevy Asset Pipeline

Use this skill to make Bevy assets explicit, typed, validated, and packageable. The goal is to remove scattered string paths and make loading state observable.

Core Workflow

  1. Inventory images, atlases, fonts, sounds, music, and data files.
  2. Create a typed catalog resource that owns paths and loaded handles.
  3. Validate paths before gameplay systems depend on the assets.
  4. Load assets in a dedicated loading state or plugin.
  5. Pass handles through resources/components; avoid reloading from gameplay systems.
  6. Smoke test release packaging from the same runtime layout users will run.

Read Next

Installs
27
Repository
lvtd-llc/skills
GitHub Stars
1
First Seen
Jun 29, 2026
rust-bevy-asset-pipeline — lvtd-llc/skills