Getting started short version

Change some numbers

Change values that appears on Hydra web editor at the sketch examples to see what happens.
Values can have decimal numbers, is recommended not using big values inside the parentheses. Numbers must be inside the parentheses.
Every Hydra code starts by generating an input signal source and ends with an output buffer. Adding a value inside or after .out() won't work.

osc(10,0.1,1.5).color(1,0.895,0.55).out()

Type Ctrl + Shift + Enter

Evaluate the entire code with ctrl+shift+enter to run your sketch.

Have fun!

:)

Getting started long version

To understand more in depth see Hydra getting started.

Select a repo