pybevy 0.2.1

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

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

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