35 lines
701 B
Markdown
35 lines
701 B
Markdown
# 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`.
|