13 unstable releases (3 breaking)

0.4.1 May 8, 2025
0.3.1 Mar 19, 2025
0.3.0 Dec 23, 2024
0.2.0 Oct 16, 2024
0.1.8 Apr 19, 2024

#438 in Game dev

Download history 127/week @ 2025-03-17 14/week @ 2025-03-24 1/week @ 2025-03-31 1/week @ 2025-04-14 115/week @ 2025-05-05 38/week @ 2025-05-12 6/week @ 2025-05-19

808 downloads per month

WTFPL license

37KB
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.4"

Version compatibility

Bevy bevy_osc
0.16 0.4
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

~30–49MB
~843K SLoC