Experimental package for running hydra in atom.
Also includes p5.js, support for OSC channels, and for live coding with javascript in general.
For example usage, see: https://github.com/ojack/hydra-examples
For browser version, see: https://github.com/ojack/hydra
Running Atom-Hydra
- restart atom
- packages > atom-hydra > toggle
- create a file ending with .js in atom
- type
osc().out()
- ctrl-enter to run block of code
- shift-enter to run a line of code
Error: webgl not supported
Try running atom from the command line as follows:
atom --ignore-gpu-blacklist
Error: node not found
Install nodejs
Code for editor styling and osc channels lovingly derived from some other wonderful live coding packages: