You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>Start developing your Elgato StreamDeck plugin faster!
8
-
This library holds all the basic logic 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/barraider-sdtools]
9
-
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 information here: https://github.com/BarRaider/barraider-sdtools</Description>
7
+
<Description>Start developing your Elgato StreamDeck plugin faster!
8
+
This library encapsulates all the overhead of setting up the framework, so that you can focus on writing the logic of the plugin itself.
9
+
[Samples for using the library are provided here: https://github.com/BarRaider/streamdeck-tools]
10
+
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 .
11
+
Feel free to contact me for more information: https://barraider.github.io</Description>
0 commit comments