Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opensmock/pharostreamdeck

Elgato Stream Deck utils for Pharo
https://github.com/opensmock/pharostreamdeck

deck elgato elgato-stream-deck pharo pharo-smalltalk smalltalk stream stream-deck

Last synced: 15 days ago
JSON representation

Elgato Stream Deck utils for Pharo

Awesome Lists containing this project

README

        

# PharoStreamDeck
Elgato Stream Deck utils for Pharo \
![stream_deck-removebg-preview](https://github.com/OpenSmock/PharoStreamDeck/assets/76944457/12eb50ac-f229-4001-80a5-31186f999604)

## Contents of this GitHub repository
### Stream Deck Pharo Profile
This project shows how Stream Deck buttons can interact with the Pharo IDE by using some dedicated keyboard shortcuts.

### Basic WebSocket communication
This project shows a Web page programmed in HTML and JavaScript can communicate with a server programmed in Pharo by using a WebSocket and JSON data.

### Plugins
This folder, which contains the PharoStreamDeck plugin, shows how a plugin made in Pharo can interact with the Stream Deck, where values can be selected with the plugin (and the dedicated Stream Deck profile available alongside it). \
A JavaScript version for selecting a year value also exists, made entirely in JavaScript