Registry / other / spout2

spout2

JSON →
library2.007.010vcpkgunverified

Spout is a video frame sharing system for Microsoft Windows, which allows applications to share OpenGL textures in a similar way to Syphon for the Mac.

vcpkg install spout2
INSTALL
IMPORT
SIG · SPOUT2
S
spout2
othercppv2.007.010
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Spout.h
#include <Spout.h>

Creates a Spout sender for sharing a 1920x1080 OpenGL texture.

#include "Spout.h" int main() { Spout sender; sender.CreateSender("MySender", 1920, 1080); // Send texture using OpenGL sender.SendTexture(0, GL_TEXTURE_2D, 1920, 1080); return 0; }
Debug
Known issues
gotchaSpout2 is Windows-only and requires DirectX or OpenGL.
fix
Use only on Windows with appropriate graphics API.
affects: *
Upgrade
Version history
2.007.010latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

spout2 — pip install spout2 · libregistry