Skip to content

hydra-synth/hydra-examples

Repository files navigation

hydra examples

Set of examples for live coding with hydra in atom. Includes examples for integrating with p5.js and also receiving osc messages

To start, install atom text editor: https://atom.io/

Install the atom-hydra package in atom:

  1. Open the settings view (Ctrl + ,)
  2. Search for hydra in "install packages"
  3. Click install
  4. Once installed, restart atom

Running these examples:

  1. Open the folder hydra-examples within atom
  2. Activate the hydra plugin for atom: Packages > atom-hydra > toggle

---> shift + enter runs a line of code ---> ctrl + enter runs a block of code