| Crates.io | nannou_osc |
| lib.rs | nannou_osc |
| version | 0.19.0 |
| created_at | 2019-06-08 22:24:11.569845+00 |
| updated_at | 2024-01-17 07:41:56.546658+00 |
| description | The OSC API for Nannou, the creative coding framework. |
| homepage | https://nannou.cc |
| repository | https://github.com/nannou-org/nannou_osc.git |
| max_upload_size | |
| id | 139880 |
| size | 29,055 |
The OSC API for nannou, the creative coding framework.
Please see the nannou guide for more information on how to get started with nannou!
Some of the features of this API include:
Sender and Receiver API around the raw UDP socket and OSC
protocol.Iterator APIs for Receiver type.nannou_osc uses the rosc crate - a
pure-Rust, cross-platform OSC library for handling the low-level protocol
encoding and decoding under the hood. Senders and Receivers are thin,
zero-cost abstractions around the std::net::UdpSocket type.
You can find examples of nannou_osc in action at the nannou repository in the examples directory.
Licensed under either of
at your option.
Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.