C-sharp Stream Deck plugin development: Difference between revisions

From munkjensen.net/wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
The [https://www.elgato.com/en/stream-deck 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. [https://youtu.be/D5AZ_6S0f94 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!
The [https://www.elgato.com/en/stream-deck 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. [https://youtu.be/D5AZ_6S0f94 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!


Actual webinar [https://youtu.be/D5AZ_6S0f94?t=996 starts at 16:36] with an explanation on what a Stream Deck is and how it works.
* Actual webinar [https://youtu.be/D5AZ_6S0f94?t=996 starts at 16:36] with an explanation on what a Stream Deck is and how it works.
 
* Development talk [https://youtu.be/D5AZ_6S0f94?t=1933 starts around 32:14] with the Plugin UI as focus.
https://youtu.be/D5AZ_6S0f94?t=1933
* UI elements (properties) are shown [https://youtu.be/D5AZ_6S0f94?t=2052 from 34:12]
* Stream Deck architecture is explained from [https://youtu.be/D5AZ_6S0f94?t=2171 36:11]
*


https://github.com/FritzAndFriends/StreamDeckToolkit
https://github.com/FritzAndFriends/StreamDeckToolkit

Revision as of 16:04, 4 July 2022

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!

  • 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

https://github.com/FritzAndFriends/StreamDeckToolkit