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: about 1 year ago
JSON representation
Elgato Stream Deck utils for Pharo
- Host: GitHub
- URL: https://github.com/opensmock/pharostreamdeck
- Owner: OpenSmock
- License: mit
- Created: 2023-05-09T10:45:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T14:52:45.000Z (about 1 year ago)
- Last Synced: 2025-04-02T15:33:44.716Z (about 1 year ago)
- Topics: deck, elgato, elgato-stream-deck, pharo, pharo-smalltalk, smalltalk, stream, stream-deck
- Language: CSS
- Homepage:
- Size: 796 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PharoStreamDeck
Elgato Stream Deck utils for Pharo \

## 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