Skip to Content

spout2 v2.007.010

Created
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.

# 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) 

# License

Unknown

# Supported Platforms

windows & !uwp & !arm64

  • windows-x64
  • windows-x86
  • linux
  • osx
  • uwp
  • windows-arm64

# Features

No default features set.

# 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:

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • reito's avatar reito

# Changelog

  • 265bf36 [spout2] upgrade to 2.007.010, fix spoutDX include path (#32237)
  • b12243b [Spout2] New Port (#30119)

# Source