List of community extensions and other libraries to use in Hydra
In the Hydra editor, you can load any external scripts, libraries or hydra-synth extensions using the following syntax at the top of your sketch:
await loadScript("https://cdn.statically.io/gl/metagrowing/extra-shaders-for-hydra/main/lib/lib-noise.js")
warp(1)
.diff(gradient(1).b().color(.25,-.25,.4))
.modulateScale(whitenoise(1,1),.05)
.blend(o0)
.out()
library | description | url |
---|---|---|
p5.js | p5.js is a JavaScript library for creative coding | already embedded in the editor |
three.js | JavaScript 3D Library | https://threejs.org/build/three.js |
paper.js | Vector graphics framework that runs on the HTML5 Canvas | https://unpkg.com/paper |
Tone.js | Web Audio framework for creating interactive music in the browser | https://unpkg.com/tone |
Pizzicato.js | A web audio Javascript library | https://cdnjs.cloudflare.com/ajax/libs/pizzicato/0.6.4/Pizzicato.min.js |