pybevy 0.2.1

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

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

| PyBevy | Bevy source |
|--------|-------------|
| [clear_color.py]clear_color.py | [clear_color.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/window/clear_color.rs |
| [transparent_window.py]transparent_window.py | [transparent_window.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/window/transparent_window.rs |
| [window_settings.py]window_settings.py | [window_settings.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/window/window_settings.rs |