A third party Bevy plugin that integrates [oddio
] into [Bevy].
```rust
use bevy::prelude::; use bevy_oddio::;
fn main() { App::new() .addplugins(DefaultPlugins) .addplugin(AudioPlugin) .addstartupsystem() .addstartupsystem(playbackgroundaudio) .run(); }
fn playbackgroundaudio(assetserver: Res
| bevy_oddio
| bevy
|
| ------------- | ------ |
| main | main |
| 0.1.0 | 0.8 |
bevy_oddio
is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
I'd like to say thanks to the authors of [oddio
] and [Bevy] for making this plugin possible.