An open API service indexing awesome lists of open source software.

https://github.com/elgatosf/streamdeck-cpu

Stream Deck SDK: CPU sample plugin
https://github.com/elgatosf/streamdeck-cpu

elgato elgato-stream-deck streamdeck streamdeck-sdk streamdecksdk

Last synced: 11 days ago
JSON representation

Stream Deck SDK: CPU sample plugin

Awesome Lists containing this project

README

        

`CPU` is a sample plugin demonstrating the [Stream Deck SDK](https://developer.elgato.com/documentation/stream-deck/).

# Description

`CPU` is a plugin that displays the CPU usage on a key.

# Features

- code written in C++
- cross-platform (macOS, Windows)
- localized

![](screenshot.png)

# Installation

In the Release folder, you can find the file `com.elgato.cpu.streamDeckPlugin`. If you double-click this file on your machine, Stream Deck will install the plugin.

# Source code

The Sources folder contains the source code of the plugin.