# Bevy Example Ports
Examples in this folder are PyBevy ports of official Bevy examples from
https://github.com/bevyengine/bevy/tree/v0.18.0/examples.
These examples were automatically translated from Rust to Python by an LLM
and may not be fully accurate or idiomatic. Use them as a starting point.
Each subfolder maps to the corresponding Bevy example category:
| [2d/](2d/) | [examples/2d](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/2d) |
| [3d/](3d/) | [examples/3d](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/3d) |
| [animation/](animation/) | [examples/animation](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/animation) |
| [app/](app/) | [examples/app](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/app) |
| [asset/](asset/) | [examples/asset](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/asset) |
| [audio/](audio/) | [examples/audio](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/audio) |
| [camera/](camera/) | [examples/camera](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/camera) |
| [ecs/](ecs/) | [examples/ecs](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/ecs) |
| [gltf/](gltf/) | [examples/gltf](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/gltf) |
| [input/](input/) | [examples/input](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/input) |
| [movement/](movement/) | [examples/movement](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/movement) |
| [picking/](picking/) | [examples/picking](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/picking) |
| [stress_tests/](stress_tests/) | [examples/stress_tests](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/stress_tests) |
| [time/](time/) | [examples/time](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/time) |
| [transforms/](transforms/) | [examples/transforms](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/transforms) |
| [window/](window/) | [examples/window](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/window) |