10 releases
0.2.0 | Oct 16, 2024 |
---|---|
0.1.8 | Apr 19, 2024 |
#620 in Game dev
148 downloads per month
27KB
321 lines
bevy_mod_osc
OSC plugin (using rosc) for Bevy engine.
Features
- You can choose IPv4 or IPv6
- You can choose using thread or not (recommend to use thread. see Known Issues)
Usage
- Add
bevy_mod_osc
to yourCargo.toml
:
[dependencies]
bevy_mod_osc = "0.2"
- see examples
Version compatibility
Bevy | bevy_osc |
---|---|
0.14 | 0.2 |
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.
Dependencies
~43–81MB
~1.5M SLoC