A .NET wrapper for the NvPipe Project.
- WrapperClass created
- WrapperClass uses OpenTK Enums for TextureTarget
- Start of the Project
NvPipe is a simple and lightweight C API library for low-latency video compression (read more). This project aims to wrap the calls to NvPipe.dll for the direct use with OpenTK based .NET applications.
- Follow the installation procedure for NvPipe Installation
- Clone and build NvPipe.Net
- Add the NvPipe.Net.dll to your project
- NvPipe
- OpenTK (for wrapper, bound via NuGet)
- OpenTK (for examples, bound via NuGet)
- In progress