Spout Openframeworks Demo program
This program is intended as an example of using Spout library functions and using additional features such as creating a menu using the ofxWinMenu addon, the "SpoutRecord" class for recording video with FFmpeg and the "SpoutShaders" class for high speed, live image adjustment using compute shaders.
The receiver includes image capture, video recording, image adjustment and dialogs to manage them. 16 bit and floating point textures can be received from applications that support them and multipe image types can be saved, including High dynamic range for 32bit float textures.
The latest Release contains sender and receiver applications. FFmpeg.exe is additionally required. Refer to the individial folder readme.txt files.
The project uses ofxWinMenu addon and the ofxSkybox addon created by kalwalt alias Walter Perdan. The source for both of these is modified and included with the project.
Refer to "BUILD.md" for building with either Visual Studio or MSBuild.
If you see errors about missing DLL’s, install the Visual Studio runtime. Spout programs are 64-bit, download the X64 version.