Spout.NET is a C# .NET Implementation for Spout2, A video frame sharing system for Windows.
This version is specifically cleaned up for my own purposes. It removes the dependencies on CppSharp and OpenGL.NET. Also makes it possible to use it in .NET 6+
Clone this repository into your own project.
The API of this mapping library is completely consistent with the Spout SDK, so you can refer to the Spout SDK Documentation for development. You can use Marshal Class to avoid unsafe code.