PharoStreamDeck

June 27, 2025 ยท View on GitHub

License Pharo 12 CI

PharoStreamDeck

Elgato Stream Deck utils for Pharo
stream_deck-removebg-preview

General

This project shows how Stream Deck buttons can interact with the Pharo IDE by using Pharo's code.

Contents of this GitHub repository

The src folder, which contains the PharoStreamDeck plugin, shows how a plugin made in Pharo can interact with the Elgato's Stream Deck.

To install in Pharo

Metacello new
   baseline: 'PharoStreamDeck';
   repository: 'github://OpenSmock/PharoStreamDeck:main/src';
   load.