bevy_mod_osc 0.4.3

OSC plugin for Bevy engine
docs.rs failed to build bevy_mod_osc-0.4.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bevy_mod_osc-0.4.1

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.