# Window Examples
PyBevy ports of Bevy [window examples](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/window).
| [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) |