https://github.com/funatsufumiya/bevy_mod_osc
OSC Library for bevy engine
https://github.com/funatsufumiya/bevy_mod_osc
bevy-plugin
Last synced: 4 months ago
JSON representation
OSC Library for bevy engine
- Host: GitHub
- URL: https://github.com/funatsufumiya/bevy_mod_osc
- Owner: funatsufumiya
- License: 0bsd
- Created: 2024-04-06T13:59:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-22T21:12:25.000Z (6 months ago)
- Last Synced: 2025-12-24T10:26:22.389Z (6 months ago)
- Topics: bevy-plugin
- Language: Rust
- Homepage:
- Size: 354 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_0BSD
Awesome Lists containing this project
README
# bevy_mod_osc
[](https://crates.io/crates/bevy_mod_osc)
[](https://docs.rs/bevy_mod_osc)
[](LICENSE)
OSC plugin (using [rosc](https://github.com/klingtnet/rosc)) for Bevy engine.
## Features
- You can choose IPv4 or IPv6
## Usage
- Add `bevy_mod_osc` to your `Cargo.toml`:
```toml:Cargo.toml
[dependencies]
bevy_mod_osc = "0.6"
```
- see [examples](examples)
## Version compatibility
| Bevy | bevy_osc |
|------|----------|
| 0.18 | 0.6 |
| 0.17 | 0.5 |
| 0.16 | 0.4 |
| 0.15 | 0.3 |
| 0.14 | 0.2 |
| 0.13 | 0.1 |
## License
Dual licensed under WTFPL and/or 0BSD.