11 releases

0.3.0 Dec 23, 2024
0.2.0 Oct 16, 2024
0.1.8 Apr 19, 2024

#621 in Game dev

Download history 4/week @ 2024-09-24 143/week @ 2024-10-15 3/week @ 2024-10-22 2/week @ 2024-10-29 8/week @ 2024-11-05 1/week @ 2024-12-10 65/week @ 2024-12-17 74/week @ 2024-12-24 4/week @ 2025-01-07

143 downloads per month

WTFPL license

27KB
323 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.3"

Version compatibility

Bevy bevy_osc
0.15 0.3
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

~46–82MB
~1.5M SLoC