1. Home
  2. Browse
  3. spout2

spout2

v2.007.010#0Latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install 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

Dependencies

See source

Version

v2.007.010#0

Publication

Supports

windows & !uwp & !arm64

GitHub

leadedge/Spout2775

Homepage

github.com/leadedge/Spout2

Subtree

265bf361b6

License

Complex license

Definition

Manifest