Livecoding Visuals with Hydra

These are the example files for the NØ SCHOOL Livecoding Workshop, held Tuesday, July 5, in Nevers.

Hydra on the Web

Go to here 👉

Installing the Atom Plugin

Using Atom:

  • Download and install Atom, an open source text editor built by GitHub.
  • Install inside Atom:
    • Open Preferences
    • Click Install on left sidebar
    • Search for "atom-hydra" using search bar and click install
    • Restart atom editor
  • Install using APM (Atom Package Manager):
    • The Atom Package Manager is a Command Line tool that you can use to install atom plugins
    • Open terminal
    • Run apm install atom-hydra

To start Hydra inside Atom, click Packages in top menu bar. Under "atom-hydra" select Toggle. Press Control + Option + Enter to evaluate a block of code.