init repo

This commit is contained in:
2026-04-22 20:55:36 +02:00
commit 0155516457
32 changed files with 7712 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# Bevy Source Index
Use these official sources first.
## Start here
- Quick start setup
- Learn page
- API docs
- Official examples
- Migration guides
- Plugin development page
## Official URLs
- https://bevy.org/learn/quick-start/getting-started/setup/
- https://bevy.org/learn/
- https://docs.rs/bevy
- https://github.com/bevyengine/bevy/tree/latest/examples
- https://bevy.org/news/bevy-0-18/
- https://bevy.org/learn/quick-start/plugin-development/
## Search order for AI
1. local project files
2. `docs/ai/*.md`
3. official examples
4. API docs
5. migration / release notes
## Rule
Do not suggest deprecated Bevy APIs from old blog posts or random tutorials.
Match examples to `0.18.1`.