spout2v2.007.010
- Updated
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.
- Project website: https://github.com/leadedge/Spout2
#Usage
spout2 provides CMake targets:
# SpoutGL
find_package(Spout2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE Spout2::Spout)
target_link_libraries(main PRIVATE Spout2::Spout_static)
# SpoutLibrary
target_link_libraries(main PRIVATE Spout2::SpoutLibrary)
# SpoutDX
target_link_libraries(main PRIVATE Spout2::SpoutDX)
target_link_libraries(main PRIVATE Spout2::SpoutDX_static)#Features
No default features.
#dx
A sub-set of the Spout SDK for applications using DirectX rather than OpenGL.
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
and 2 transitive dependencies:
- egl-registry (through opengl-registry)
- opengl-registry (through opengl)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
reito