# bevy_osc
A plugin that uses [nannou_osc](https://github.com/nannou-org/nannou/tree/master/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: 1. Install [orca](https://hundredrabbits.itch.io/orca) 2. Copy/paste [this](https://git.sr.ht/~rabbits/orca-examples/tree/master/basics/_osc.orca) snippet into the program 3. Go to Communication -> Choose OSC Port and enter `34254` 4. Run the [example(s)](/examples/) and see the data flowing (as shown below)