Awesome
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:
- Open the settings view (Ctrl + ,)
- Search for hydra in "install packages"
- Click install
- Once installed, restart atom
Running these examples:
- Open the folder hydra-examples within atom
- Activate the hydra plugin for atom: Packages > atom-hydra > toggle
---> shift + enter runs a line of code ---> ctrl + enter runs a block of code