9 releases

0.1.8 Apr 19, 2024
0.1.7 Apr 16, 2024

#540 in Game dev

Download history 89/week @ 2024-03-31 476/week @ 2024-04-07 286/week @ 2024-04-14 13/week @ 2024-04-21

864 downloads per month

WTFPL license

27KB
320 lines

bevy_mod_osc

Crates.io Docs.rs License

OSC plugin (using rosc) for Bevy engine.

Usage

  • Add bevy_mod_osc to your Cargo.toml:
[dependencies]
bevy_mod_osc = "0.1"

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. Recommend use_thread: true if you need to receive messages in real-time.

Dependencies

~46–86MB
~1.5M SLoC