hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.13k stars 255 forks source link

hydra extension API [WIP] #205

Open ojack opened 1 year ago

ojack commented 1 year ago

Talking wih @jamiefaye about adding InAct as an extension to the hydra editor. I would like to use this as an example project to help define and extension 'API' for adding things to hydra editor. Also tagging @ritchse to weigh in on this.

Some basic thoughts:

  1. extension is only activated when user selects it from a menu
  2. registry of extensions in a separate hydra repo, can be called from editor
  3. main editor is very lightweight, but extensions can add complex functions and UI elements

Basic specs

UI elements:

Events:

Questions: