https://github.com/nocarryr/ndimultiview-pde
A Multiviewer for NDI® video sources written for the Processing framework
https://github.com/nocarryr/ndimultiview-pde
multiviewer ndi newtek-ndi processing-sketch video-production
Last synced: about 1 month ago
JSON representation
A Multiviewer for NDI® video sources written for the Processing framework
- Host: GitHub
- URL: https://github.com/nocarryr/ndimultiview-pde
- Owner: nocarryr
- License: gpl-3.0
- Created: 2022-10-01T20:03:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T19:25:39.000Z (over 2 years ago)
- Last Synced: 2025-03-28T22:42:23.017Z (2 months ago)
- Topics: multiviewer, ndi, newtek-ndi, processing-sketch, video-production
- Language: Processing
- Homepage:
- Size: 1.2 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ndiMultiview-pde
A Multiviewer for [NDI®][NDI] video sources written for [Processing][]
# Requirements
- Processing framework
- https://processing.org/download
- [ControlP5](https://sojamo.de/libraries/controlP5/) (Processing library)
- This can be installed within Processing. See instructions
[here](https://processing.org/environment/#adding-libraries-tools-and-modes)
- Either the [NDI® redistributable library](http://new.tk/NDIRedistV5)
or the [NDI® SDK](https://www.ndi.tv/sdk/)# License
NDI® is a registered trademark of NewTek, Inc. Its associated license information
can be found in [libndi_licenses.txt](libndi_licenses.txt)
Also visit http://ndi.tv/ for details.This project is licensed under GPLv3. See included [LICENSE](LICENSE) file.
The NDI® wrapper library "[devolay][]" used is licensed under Apache 2.0.
Its license file can be found under [code/LICENSE-devolay.txt](code/LICENSE-devolay.txt)
or in the project's [source code repository][devolay].[NDI]: https://ndi.tv/
[Processing]: https://processing.org
[devolay]: https://github.com/WalkerKnapp/devolay