bevy-examples

Catalog official Bevy engine examples by category with names, descriptions, and source file paths.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/pastel-sketchbook/bevy-demo --skill bevy-examples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bevy-examples
Source: https://github.com/pastel-sketchbook/bevy-demo/tree/main/.agents/skills/bevy-examples
Command: npx skills add https://github.com/pastel-sketchbook/bevy-demo --skill bevy-examples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Catalog of official Bevy engine examples organized by category, with descriptions and source file paths. Use when looking for reference implementations of specific Bevy features.

Core Features & Use Cases

  • A searchable catalog of all official Bevy examples, with entries that include example name, source file path, and a concise description.
  • Use cases include locating reference Bevy feature implementations, identifying patterns (ECS, rendering, input), and recommending example code to study or start a new Bevy binary.
  • Categorization spans sections such as 2D Rendering, 3D Rendering, Animation, Application, Assets, Audio, Camera, ECS, Games, Input, Movement, Shaders, State, UI, Window, glTF, and Testing.

Quick Start

Search the catalog for the Bevy example you need and run it with cargo run --example <example_name>.

Frequently Asked Questions about bevy-examples

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Bevy engine examples for specific features like ECS or rendering?

Bevy examples are cataloged by category with names, descriptions, and source file paths. You can search the catalog to locate reference implementations for features like ECS, rendering, or input and run them using cargo run --example <example_name>.

What categories of Bevy game development examples are available to study?

Bevy game development examples span categories including 2D, 3D, Animation, Application, Assets, Audio, Camera, ECS, Games, Input, Movement, Shaders, State, UI, Window, glTF, and Testing.

How do I run a Bevy example after finding it in the catalog?

Run a Bevy example by executing cargo run --example <example_name> in your terminal. The catalog provides the exact example name and source file path needed to study or execute the reference implementation.

Can I use Bevy examples to learn shader and animation patterns?

Yes, Bevy examples include dedicated Shaders and Animation categories. These entries provide source file paths and descriptions to help you understand and implement specific rendering and animation patterns in your project.

What is the best way to locate reference implementations for Bevy input handling?

The best way is to search the Input category in the Bevy example catalog. It lists official examples with concise descriptions and file paths so you can quickly find and study the exact input patterns you need.

Does the Bevy example catalog include testing and asset management references?

Yes, the catalog includes Testing and Assets categories. These entries provide source file paths and descriptions to help you find reference implementations for asset loading and testing patterns in Bevy.