Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
/ rust-ndi Public archive

NDI SDK wrapper for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Julusian/rust-ndi

Repository files navigation

Rust NDI SDK

NDI SDK wrapper for use in Rust. This aims to be an easy to use and safe wrapper around the official C SDK.

Note: This is very incomplete, but is working. The examples currently follow the official examples as closely as possible

Installation

To use the library, you need the so files from the official SDK. The library will search a few locations for the so files. It will try the local directory, the environment variable NDI_RUNTIME_DIR_V3 (as recommended by the sdk), then the system default search paths.

For the examples, placing the so files into a lib folder in the repository will cause them to be found and used.

Usage

See the examples for more information.

The library can be linked as a dependency, or dynamically. The same api is exposed in both cases for simplicity.

License

Licensed under either of

at your option.

Contribution

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.

About

NDI SDK wrapper for Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •