14 packages tagged with “elgato”
This is a C# wrapper library used to write Elgato Stream Deck plugins.
Start developing your Elgato StreamDeck plugin faster! 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
A lightweight .NET wrapper for the official Elgato Stream Deck SDK, designed to assist with creating plugins that can be distributed on the Stream Deck store.
A simple .NET wrapper for StreamDeck (using OpenMacroBoard.SDK)
Abstraction for macro boards (with LCD keys)
Class library providing access to some Elgato Gaming Stream Deck functionalities.
.Net library for control of Elgato Wave Link
Elgato StreamDeck controller for .NET
A virtual macro board for development
C# Library for Accessing the Elgato Stream Deck device through USB connection.
An IP-based device provider for OpenMacroBoard. Can be used to implement and interact with virtual and remote devices.
This is conversion of streamdeck-client-csharp C# wrapper library used to write Elgato Stream Deck plugins.
KeyBitmap factory extension methods for GDI+ (Windows only).
An unoffical "SDK" to develop applications interfacing with Elgato Stream Deck devices. This SDK is not used to develop plugins for the official Stream Deck application, but to instead develop your own application from scratch.