benkuper / Unity-Plugins

My collection of Unity Plugins
BSD 2-Clause "Simplified" License
17 stars 6 forks source link

Custom Spout SDK #2

Open sheridanis opened 10 years ago

sheridanis commented 10 years ago

Hey,

Just wondering what the timeline for getting this working with the release version of spout is? and until then is there any place I can get the custom SDK you used for this?

Cheers James

leadedge commented 10 years ago

Hi James,

I just saw this. You can get the SDK at -

https://github.com/leadedge/Spout2

As I said in the other post, we have to wait for the NVIDIA driver release before this can be used for DirectX 11, but it is at a stable stage now and can be used by calling SetDX9(true) immediately after creating the sender or receiver object.

This will not work for Ben's plugin because it operates with Unity textures directly and a DirectX11 is required for the plugin to work.

Cheers,

Lynn Jarvis