# App Examples
PyBevy ports of Bevy [app examples](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/app).
| [empty.py](empty.py) | [empty.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/app/empty.rs) |
| [empty_defaults.py](empty_defaults.py) | [empty_defaults.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/app/empty_defaults.rs) |
| [plugin.py](plugin.py) | [plugin.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/app/plugin.rs) |
| [return_after_run.py](return_after_run.py) | [return_after_run.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/app/return_after_run.rs) |
| [without_winit.py](without_winit.py) | [without_winit.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/app/without_winit.rs) |