6 releases (breaking)
0.6.0 | Jul 28, 2024 |
---|---|
0.5.0 | Nov 13, 2022 |
0.4.0 | Jul 30, 2022 |
0.3.0 | Jun 8, 2022 |
0.1.0 | Jun 16, 2021 |
#816 in Game dev
27KB
103 lines
bevy_osc
A plugin that uses nannou_osc that allows you to send and receive osc data for all who wants to control bevy from other programs or controllers.
Setup
To test simple
, send
and the custom
example:
- Install orca
- Copy/paste this snippet into the program
- Go to Communication -> Choose OSC Port and enter
34254
- Run the example(s) and see the data flowing (as shown below)
Support
bevy | bevy_osc |
---|---|
0.5 | 0.1.X |
0.6 | 0.2.X |
0.7 | 0.3.X |
0.8 | 0.4.X |
0.9 | 0.5.X |
0.14 | 0.6.X |
Licensing
The project is under dual license MIT and Apache 2.0, so joink to your hearts content, just remember the license agreements.
Contributing
Yes this project is still very much WIP, so PRs are very welcome
Dependencies
~24MB
~446K SLoC