pybevy 0.2.1

PyBevy: A Python Real-Time Engine Built on Bevy
# 2D Examples

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

| PyBevy | Bevy source |
|--------|-------------|
| [2d_shapes.py]2d_shapes.py | [2d_shapes.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/2d_shapes.rs |
| [bloom_2d.py]bloom_2d.py | [bloom_2d.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/bloom_2d.rs |
| [cpu_draw.py]cpu_draw.py | [cpu_draw.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/cpu_draw.rs |
| [mesh2d.py]mesh2d.py | [mesh2d.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/mesh2d.rs |
| [mesh2d_alpha_mode.py]mesh2d_alpha_mode.py | [mesh2d_alpha_mode.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/mesh2d_alpha_mode.rs |
| [mesh2d_vertex_color_texture.py]mesh2d_vertex_color_texture.py | [mesh2d_vertex_color_texture.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/mesh2d_vertex_color_texture.rs |
| [move_sprite.py]move_sprite.py | [move_sprite.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/move_sprite.rs |
| [rotation.py]rotation.py | [rotation.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/rotation.rs |
| [sprite.py]sprite.py | [sprite.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/sprite.rs |
| [sprite_animation.py]sprite_animation.py | [sprite_animation.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/sprite_animation.rs |
| [sprite_flipping.py]sprite_flipping.py | [sprite_flipping.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/sprite_flipping.rs |
| [sprite_sheet.py]sprite_sheet.py | [sprite_sheet.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/sprite_sheet.rs |
| [sprite_tile.py]sprite_tile.py | [sprite_tile.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/sprite_tile.rs |
| [text2d.py]text2d.py | [text2d.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/text2d.rs |
| [transparency_2d.py]transparency_2d.py | [transparency_2d.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/2d/transparency_2d.rs |