From 318fd83c76a4db8d5c2db99b73d5c457b28e812c Mon Sep 17 00:00:00 2001 From: trackme518 <50262885+trackme518@users.noreply.github.com> Date: Mon, 21 Sep 2026 19:26:54 +0000 Subject: [PATCH] adding contribution New Library: NDI Stream for Processing from --- contributions.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/contributions.yaml b/contributions.yaml index 703d3ed..c85bc9b 100644 --- a/contributions.yaml +++ b/contributions.yaml @@ -6918,3 +6918,32 @@ contributions: https://github.com/OneMaxApps/TellUI/releases/latest/download/TellUI.zip previousVersions: - 1.0.1 +- id: 313 + status: VALID + dateAdded: 2026-09-21T19:26:53+0000 + type: library + source: + https://github.com/trackme518/NDI_processing/releases/latest/download/NDIStream.txt + name: NDI Stream for Processing + authors: '[Vojtech Leischner](https://github.com/trackme518), [Walker Knapp](https://walkerknapp.me)' + url: https://github.com/trackme518/NDI_processing + categories: + - Video & Vision + sentence: Sends and receives video and audio over the network using NewTeks + NDI(tm) protocol. + paragraph: 'NDIStream wraps the [NDI(tm) SDK](https://www.newtek.com/ndi/) so Processing + sketches can act as NDI senders, receivers, finders and routers with no video-capture + hardware required. NDI sources from other applications (NDI Screen Capture, OBS, + vMix, TriCasters, and more) can be received as PImage video and audio, and Processing + visuals can be transmitted as NDI sources. The NDI(tm) runtimes and native bindings + are bundled in the library for macOS (Apple Silicon and Intel). Linux and Windows + builds require the NDI runtime to be installed or bundled at build time. This + is the default allinone variant: the NDI runtime is bundled for out-of-the-box + use.' + version: 1 + prettyVersion: 4.0.0 + minRevision: 0 + maxRevision: 0 + modes: + download: + https://github.com/trackme518/NDI_processing/releases/latest/download/NDIStream.zip