C-sharp Stream Deck plugin development
The Elgato Stream Deck has transformed live streaming, production, and general productivity. It is a nifty little box with customizable buttons that can do just about anything. Best of all, you can build custom plugins and extensions. Join James Montemagno as he walk through what the Elgato Stream Deck is, what it can do, and how you can build your first Plugin completely in C# and .NET!
- StreamDeckToolkit is a Visual Studio template to help create plugins for the Elgato Stream Deck, using the Stream Deck SDK with Dotnet Core.
- Actual webinar starts at 16:36 with an explanation on what a Stream Deck is and how it works.
- Development talk starts around 32:14 with the Plugin UI as focus.
- UI elements (properties) are shown from 34:12
- Stream Deck architecture is explained from 36:11
- "Inside a Plugin" starts at 38:14
- "Events" starts at 40:14
- There is an "Emulator" that emulate keypresses and it is explained at 41:28
- Get Started with StreamDeckToolkit starts at 42:01
- "Create Project" --> 43:07
- Content "In the project" starts at 44:01 - Assets, Models, UI Css/HTML, Manifest & Action Code
- Let's do it - practical demo of a simple counter starts at 45:27