From 0b4635c34ee42e8a474da83c2b8c2d8a9edf0519 Mon Sep 17 00:00:00 2001 From: Grant Sparks Date: Thu, 1 Aug 2024 20:17:34 +1000 Subject: [PATCH] Added link to blog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec28fb1..aecd0fc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Unofficial idiomatic Rust bindings for the [NDI 6 SDK](https://ndi.video/for-developers/ndi-sdk/). +## Usage + +See our blog article on [how to use the NDI SDK with Rust](https://blog.grafton.ai/configuration-management-for-rust-applications-15b2a0346b80). + ## Requirements This library has been developed and tested on Windows 10, but it should work on other platforms easily enough (please contribute!). You need to have the [NDI 6 SDK](https://ndi.video/for-developers/ndi-sdk/) installed for your platform. After installation, make sure your library path (or system PATH on Windows) includes the NDI library binaries location, (e.g., `%NDI_SDK_DIR%\Bin\x64` for Windows PATH).