Brendonovich / MacroGraph

Visual programming for streamers
https://macrograph.app
GNU Affero General Public License v3.0
143 stars 13 forks source link

StreamDeck Plugin #297

Open Brendonovich opened 10 months ago

Brendonovich commented 10 months ago
The-Tasty-Jaffa commented 8 months ago

Hey, Do you think this will be alright for a first issue? Any tips for where to get started in the code base?

Ref docs from Elgato: https://docs.elgato.com/sdk/plugins/overview https://docs.elgato.com/sdk/plugins/getting-started

Brendonovich commented 8 months ago

@The-Tasty-Jaffa There's a few moving parts to this issue but if you're familiar with developing streamdeck plugins it could be a good start. I've updated the issue's description with a list of things this will need, feel free to do any or all of them!

The-Tasty-Jaffa commented 7 months ago

Heyo, Just learning the project as a whole. Where abouts is the micrograph parsed & Executed?

Brendonovich commented 7 months ago

Graphs exist in memory as part of @macrograph/runtime, I'll do up a contributing.md and architecture.md at some point. The more important part of this issue is getting some basic code deployed on a streamdeck since I don't have one.