Info
Version: | 6.2.0 |
Author(s): | BarRaider |
Last Update: | Tuesday, January 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BarRaider/streamdeck-tools |
NuGet Url: | https://www.nuget.org/packages/StreamDeck-Tools |
Install
Install-Package StreamDeck-Tools
dotnet add package StreamDeck-Tools
paket add StreamDeck-Tools
StreamDeck-Tools Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CommandLineParser(>= 2.8.0)
- NLog(>= 4.7.6)
- Newtonsoft.Json(>= 12.0.3)
- streamdeck-client-csharp(>= 4.3.0)
- CommandLineParser(>= 2.8.0)
- NLog(>= 4.7.6)
- Newtonsoft.Json(>= 12.0.3)
- streamdeck-client-csharp(>= 4.3.0)
Tags
This library encapsulates all the overhead of setting up the framework, so that you can focus on writing the logic of the plugin itself.
[Samples for using the library are provided here: https://github.com/BarRaider/streamdeck-tools]
Using this library, you only need to derive from the abstract PluginBase class and add one line of code in your program.cs to have a working plugin. More info and working samples here: https://github.com/BarRaider/streamdeck-tools .
Feel free to contact me for more information: https://barraider.com.