12 releases

new 0.3.1 Mar 19, 2025
0.3.0 Dec 23, 2024
0.2.0 Oct 16, 2024
0.1.8 Apr 19, 2024

#942 in Game dev

Download history 1/week @ 2024-12-06 123/week @ 2024-12-20 16/week @ 2024-12-27 4/week @ 2025-01-10 4/week @ 2025-01-31 3/week @ 2025-02-07 12/week @ 2025-02-14 5/week @ 2025-02-21 13/week @ 2025-02-28 2/week @ 2025-03-07 86/week @ 2025-03-14

106 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

~49–84MB
~1.5M SLoC