OSC plugin (using rosc) for Bevy engine.
- You can choose IPv4 or IPv6
- You can choose using thread or not (recommend to use thread. see Known Issues)
- Add
bevy_mod_oscto yourCargo.toml:
[dependencies]
bevy_mod_osc = "0.4"- see examples
| Bevy | bevy_osc |
|---|---|
| 0.16 | 0.4 |
| 0.15 | 0.3 |
| 0.14 | 0.2 |
| 0.13 | 0.1 |
- on OSC Receiver, if choose
use_thread: false, message will delay if too many messages are given at once. Recommenduse_thread: trueif you need to receive messages in real-time.
Dual licensed under WTFPL and/or 0BSD.