Skip to content

OpenSmock/PharoStreamDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.