nannou_osc

Crates.ionannou_osc
lib.rsnannou_osc
version0.19.0
sourcesrc
created_at2019-06-08 22:24:11.569845
updated_at2024-01-17 07:41:56.546658
descriptionThe OSC API for Nannou, the creative coding framework.
homepagehttps://nannou.cc
repositoryhttps://github.com/nannou-org/nannou_osc.git
max_upload_size
id139880
size29,055
Joshua Batty (JoshuaBatty)

documentation

README

nannou_osc Crates.io Crates.io docs.rs

The OSC API for nannou, the creative coding framework.

Please see the nannou guide for more information on how to get started with nannou!

Features

Some of the features of this API include:

  • Simple OSC Sender and Receiver API around the raw UDP socket and OSC protocol.
  • Reasonable defaults for sender and receiver binding UDP addresses.
  • Type-safe distinction between "connected" and "unconnected" senders and receivers.
  • Blocking and non-blocking 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.

Examples

You can find examples of nannou_osc in action at the nannou repository in the examples directory.

License

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.

Commit count: 5

cargo fmt