GitHub beta (SDK Version 2.007.002) has been moved to Master.
What’s new.
DirectX
For developers using DirectX rather than OpenGL the SpoutDX support class for DirectX 11 has been available for some time. This update adds a new support class for DirectX 12, and, for compatibility with older applications, there is also a support class for DirectX 9. Examples are available to explore.
Cinder
Not to be left out, there is a new example for Cinder based on a Cinder OpenGL example.
Per-frame metadata
That’s how it’s normally known, as opposed to metadata that describes an image or video for example. What it means here is that data is sent along with a texture so that a receiver can use it as required. What’s it for? Anything the developer might think of. There are well documented examples. A simple one sends mouse coordinates from the sender to receiver. Useless maybe, but it’s an example. I am sure that developers will find more significant uses. The functions are also available in SpoutLibrary and the Processing Spout library has been updated, including sketch examples.
Frame synchronisation
Already a receiver texture is updated only if the sender frame is new so that frame numbers correspond exactly. But what if the receiver was too slow for a sender and missed frames? This could be important for all sorts of reasons. What we need is a way to slow the sender down so the receiver gets every frame. That’s achieved with new sync functions where the sender waits for the receiver to be ready to receive a new frame. A developer can also do it the other way around so that the receiver waits on the sender, but that’s up to the application. Again examples show how this might be used.
Other changes
All sorts of things have been revised you can see details of code changes in the updates document.
User release
Download the 2.007e release here.
SpoutPanel has been revised to report texture formats more precisely. SpoutSettings has some cosmetic fixes for scaled displays and the demo programs are updated using the latest code.
That’s about it.