pybevy 0.2.1

PyBevy: A Python Real-Time Engine Built on Bevy
1
2
3
4
5
6
7
8
9
10
11
# App Examples

PyBevy ports of Bevy [app examples](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/app).

| PyBevy | Bevy source |
|--------|-------------|
| [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 |