Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pcgeek86/streamdeck-rs

An Elgato Stream Deck plugin written in Rust 🦀
https://github.com/pcgeek86/streamdeck-rs

Last synced: about 2 months ago
JSON representation

An Elgato Stream Deck plugin written in Rust 🦀

Awesome Lists containing this project

README

        

# Trevor's Stream Deck Plugin in Rust

This is a Stream Deck plugin written in Rust.

* Currently works on Windows 11
* Currently tested with a single NVIDIA GPU

# Usage

Copy the contents of this directory to `%APPDATA%\Elgato\Stream Deck\plugins\net.trevorsullivan.trevor.sdPlugin\`.

Make sure you have the [Rust toolchain installed](https://rustup.rs).
If you make any code changes, run this command:

```
cargo build; Copy-Item .\target\debug\streamdeck-rust.exe .
```

# Icons

Currently this project supports a single custom icon in the plugin called "NVIDIA GPU Info."
This icon displays:

- GPU Temperature
- GPU Core Clock Speed
- GPU Memory Clock Speed
- GPU Watts Consumed

![screenshot](./assets/github/nvidia-gpu-info.png)