bevy_mod_osc

Crates.iobevy_mod_osc
lib.rsbevy_mod_osc
version0.4.3
created_at2024-04-06 14:11:54.718911+00
updated_at2025-08-14 13:39:56.885818+00
descriptionOSC plugin for Bevy engine
homepage
repositoryhttps://github.com/funatsufumiya/bevy_mod_osc
max_upload_size
id1198317
size150,058
Fumiya Funatsu (funatsufumiya)

documentation

README

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.

License

Dual licensed under WTFPL and/or 0BSD.

Commit count: 30

cargo fmt