Commit 6e8079aa by PLN (Algolia)

wip: Save

parent 83d4e4bb
s0.initImage("file:///home/pln/Work/Hydra/AMS/img/reflets.jpeg")
src(s0)
.scale(() => 1.05 + 0.05 * Math.sin(time/5))
.out(o0)
//
src(o0)
// .scale(() => 1 - Math.sin(time) / 100)
.blend(o1,0.5)
.blend(o1,0.45)
.blend(o1,0.35)
.blend(o1,0.25)
.out(o1)
//
src(o1)
.modulate(
osc(0.94,-0.05).rotate(-20)
)
// .scale(1.15)
.scrollX(-0.02)
.brightness(0.15).contrast(1.35)
.out(o2)
src(o2)
.scale(1.25)
.out(o3)
//
render(o3)
s0.initImage("file:///home/pln/Work/Hydra/AMS/img/vitesse.jpeg")
src(s0).out(o0)
src(o0)
.rotate(() => Math.sin(time**0.7)/100)
.blend(src(o2).scale(() => 1 + Math.sin(time/10)/12), 0.29)
.out(o2)
noise(30)
.colorama(0.68)
.posterize(5)
.kaleid(127)
.mask(shape(25,0.5))
.modulateScale(noise(150))
.layer(src(o1)
.rotate(0.005)
.scale([1.09,1,0.99].fast(1/4)))
// .thresh(0.5)
.out(o1)
src(o2)
.blend(src(o1).mask(
shape(30).scale(3.2)
.blend(o1)
.blend(o1)
.blend(o1)
), 0.12)
.out(o3)
render(o3)
// Eye in the SKY
// By PLN
s0.initCam()
s0.initCam(1)
pxl = () => (2**(3 + time/10 % 7))
// pxl = 3**4
pxl = 63
src(s0)
.pixelate(pxl,pxl)
.scrollX(0.2)
.scrollY(0.3)
.scale(1.5)
// .pixelate(pxl,pxl)
.out(o0)
src(o0).modulateKaleid(
src(o0)
.modulateKaleid(
noise(9,0.1).luma(0.86,0)
, 8)
.out(o1)
......@@ -25,4 +29,4 @@ src(o2)
.add(gradient().scale(25),() => Math.sin(-time % 100 / 80))
.out(o3)
render(o3)
\ No newline at end of file
render()
s0.initImage("file:///home/pln/Work/Hydra/StarryNights/img/september-28-land.jpg")
src(s0).out(o0)
src(o0)
.blend(noise(100,0.6),0.06)
.out(o1)
src(o1)
.blend(
noise(200).thresh(0.84)
, 0.45
)
.out(o2)
render(o2)
......@@ -2,11 +2,18 @@
// by Rangga Purnama Aji
// https://ranggapurnamaaji1.wixsite.com/portfolio
shape(1,1)
noise(0.15)
.mult(voronoi(1000,2)
.blend(o0).luma())
.blend(o0)
.luma()
)
.add(shape(3,0.125)
.rotate(1,1).mult(voronoi(1000,1).luma())
.rotate(1.5)).scrollX([0.1,-0.0625,0.005,0.00001],0)
.rotate(1,1).mult(
voronoi(1000,1)
.luma()
)
.rotate(1.5)
)
.scrollX([0.1,-0.0625,0.005,0.00001],0)
.scrollY([0.1,-0.0625,0.005,0.00001],0)
.out()
\ No newline at end of file
.out()
noise(30)
// .colorama(0.68)
.posterize(5)
.kaleid(127)
.mask(shape(25,0.5))
.modulateScale(noise(150))
.layer(src(o1)
// .rotate(0.005)
.scale([1.009,1,0.999].fast(1/4)
,0.7,0.7))
.out(o1)
render(o1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment