yuhe00 / ndi-rs

NewTek NDI®bindings for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ndi-rs

Crate at crates.io Documentation at docs.rs

NewTek NDI® bindings for rust.

very WIP (as of 7/7/2021) and I have no idea what I'm doing.

Currently supports Windows x64 and Linux x64, but it should be possible to support other platforms eventually by linking to the respective platform SDK.

Requirements

This crate uses bindgen and so requires the dependencies that it has which are described here

Building

#optional: generate new bindings
cargo xtask bindgen

cargo build

Running Example

cd ndi-examples
cargo run --bin recv
cargo run --package ndi-examples --bin recv

NDI® is a registered trademark of NewTek, Inc. http://ndi.tv/

About

NewTek NDI®bindings for rust

License:Other


Languages

Language:Rust 100.0%Language:C 0.0%