rust-game-development
Installation
SKILL.md
Rust Game Development with Bevy
Based on Bevy documentation, examples, and the Bevy Cheat Book.
When to Use This Skill
- Building games with the Bevy engine
- Understanding ECS (Entity-Component-System) architecture
- Managing game state and transitions
- Handling player input
- Spawning entities and configuring components
- Writing systems that query and transform game data
Quick Start
[dependencies]
bevy = "0.18"