Code An Immersive Multimedia Experience
Get creative by learning about Maotik, an audiovisual artist from France that creates immersive multimedia experiences around the world.
1 - Go to gibber.cc, a live coding program.
2 - Code visuals for your own multimedia experience.
3 - Add music to your code to make your project even more immersive.
4 - Take a photo and share it with us.
Bonus! Copy this code and paste it into the Gibber Playground:
//hydra sketch
f =()=> a.fft[0]
use('hydra').then(init=>init())
osc(0.5,1.25).mult(shape(1,0.09).rotate(1.5)) .diff(gradient()) .add(shape(2,2).blend(gradient(1))) .modulate(noise() .modulate(noise().scrollY(1,0.0625))) .blend(o0) .color(1,-0.5,-0.75) .out()
//gibber notes
Pluck().note.seq([1,2,0,3,1,6,7,1,0],1/2) Pluck().note.seq([0,1,2,4,2],1/2) Pluck().note.seq([1,6,4,0],1/4) Pluck().note.seq([0,2,4,2,0],1/8)