pybevy 0.2.1

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

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

| PyBevy | Bevy source |
|--------|-------------|
| [3d_rotation.py]3d_rotation.py | [3d_rotation.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/3d_rotation.rs |
| [scale.py]scale.py | [scale.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/scale.rs |
| [transform.py]transform.py | [transform.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/transform.rs |
| [translation.py]translation.py | [translation.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/translation.rs |