bevy_mod_osc
OSC plugin (using rosc) for Bevy engine.
Usage
- Add
bevy_mod_osc
to yourCargo.toml
:
[]
= "0.1"
- see examples
Version compatibility
Bevy | bevy_osc |
---|---|
0.13 | 0.1 |
Known issues
- on OSC Receiver, if choose
use_thread: false
, message will delay if too many messages are given at once. Recommenduse_thread: true
if you need to receive messages in real-time.