Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torinos-yt/vl.nativeplugintest


https://github.com/torinos-yt/vl.nativeplugintest

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

VL.NativePluginTest
===========================
![img](https://i.imgur.com/AYkZrio.png)
This is a test project that show how to written native plugin for vvvv gamma using c++ and wsl.

Require
---------------------------
- .NET SDK(using [.NET Standerd 2.0](https://thegraybook.vvvv.org/reference/extending/writing-nodes.html))
- WSL(Ubuntu)
- make `sudo apt install make`
- mingw-w64 `sudo apt install mingw-w64`

How to build plugin
---------------------------
Copy the various assemblies to `src/lib` to use the Stride API.
- Stride.dll
- Stride.Core.dll
- Stride.Rendering.dll
- Stride.Graphics.dll

and run `src/build.sh` on wsl console.