pybevy 0.2.1

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

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

| PyBevy | Bevy source |
|--------|-------------|
| [timers.py]timers.py | [timers.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/time/timers.rs |