# bevy_mod_osc
[](https://crates.io/crates/bevy_mod_osc)
[](https://docs.rs/bevy_mod_osc)
[](LICENSE)
OSC plugin (using [rosc](https://github.com/klingtnet/rosc)) for Bevy engine.
## Features
- You can choose IPv4 or IPv6
## Usage
- Add `bevy_mod_osc` to your `Cargo.toml`:
```toml:Cargo.toml
[dependencies]
bevy_mod_osc = "0.6"
```
- see [examples](examples)
## Version compatibility
| 0.18 | 0.6 |
| 0.17 | 0.5 |
| 0.16 | 0.4 |
| 0.15 | 0.3 |
| 0.14 | 0.2 |
| 0.13 | 0.1 |
## License
Dual licensed under WTFPL and/or 0BSD.