10 releases

0.2.0 Oct 16, 2024
0.1.8 Apr 19, 2024

#620 in Game dev

Download history 7/week @ 2024-07-04 85/week @ 2024-07-25 19/week @ 2024-08-01 3/week @ 2024-09-19 2/week @ 2024-09-26 97/week @ 2024-10-10 48/week @ 2024-10-17

148 downloads per month

WTFPL license

27KB
321 lines

bevy_mod_osc

Crates.io Docs.rs License

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 your Cargo.toml:
[dependencies]
bevy_mod_osc = "0.2"

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

Dependencies

~43–81MB
~1.5M SLoC