Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torinos-yt/vl.nativeplugintest
https://github.com/torinos-yt/vl.nativeplugintest
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/torinos-yt/vl.nativeplugintest
- Owner: torinos-yt
- Created: 2022-01-20T15:26:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T15:16:54.000Z (about 3 years ago)
- Last Synced: 2025-01-19T00:12:32.874Z (6 days ago)
- Language: C#
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.dlland run `src/build.sh` on wsl console.