https://github.com/torinos-yt/vl.nativeplugintest
https://github.com/torinos-yt/vl.nativeplugintest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/torinos-yt/vl.nativeplugintest
- Owner: torinos-yt
- Created: 2022-01-20T15:26:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T15:16:54.000Z (over 3 years ago)
- Last Synced: 2025-03-11T07:16:16.578Z (3 months ago)
- Language: C#
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VL.NativePluginTest
===========================

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.dlland run `src/build.sh` on wsl console.