Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

StreamDeckSharp

> 编程语言
Open source

A simple .NET wrapper for Stream Deck

396 stars0 likes0 views
WebsiteGitHub

About

A simple .NET wrapper for Stream Deck


StreamDeckSharp is a simple (unofficial) library (.NET 10+) for the Elgato Stream Deck family First things first, StreamDeckSharp is not official software by Elgato, nor is it endorsed by them.

StreamDeckSharp is a device provider implementation for OpenMacroBoard.SDK.

Quick Start

Create a new console project in Visual Studio (.NET 10+), add OpenMacroBoard.SDK as a reference and at least one device provider.

In this example we use

  • OpenMacroBoard.SocketIO to support the VirtualMacroBoard
  • StreamDeckSharp to support the Elgato Stream Deck family
    Note: Neither OpenMacroBoard nor StreamDeckSharp are made or endorsed by Elgato

Once you added the NuGet packages copy-paste the following lines:

…

Here is what the example looks like after pressing some keys:

Supported devices

NuGet: StreamDeckSharp

Device Description
Stream Deck (original/legacy) 5 x 3
Stream Deck (MK2) 5 x 3
Stream Deck XL 8 x 4
Stream Deck Mini 3 x 2

Keep in mind that Elgato sometimes releases new revisions of their devices with different PIDs (USB product IDs) which might break compatibility. If you have a device like that, please open an issue on GitHub with the new PID.

Examples

You can find a lot of examples in our example collection

Fullscreen images

Play games

Play games on a macro board, for example minesweeper (also part of the example projects)

Videos

*The glitches you can see are already fixed.


This project is not related to Elgato Systems GmbH in any way

Issues· 7 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C#apicsharpdotnetelgato

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言