Commit 73cde021 by PLN (Algolia)

39c3

parent 87e95063
// 39C3-pascal: Red and Black Galactic Love
// by PixelNoir for Pascal
// Thanks for the Medicine <3
// Using NASA's Hubble Telescope Picture on 29th, Dec
// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
s0.initImage("https://imagine.gsfc.nasa.gov/hst_bday/images/december-29-2019-nebula-and-star-cluster-ngc-3603.jpg")
src(s0).out(o0)
src(o0)
.modulate(voronoi(10,0.1))
// .diff(voronoi(10,0.052)
// .mult(noise())
// )
.luma(0.3)
.out(o1)
render(o1)
src(o1)
.mask(shape(4).invert().scale(2))
.add(src(o1).scale(0.5).mask(shape(4).scale(1.8)))
.mask(shape(4).invert().scale(1.2))
.add(src(o1).scale(0.5).mask(shape(() => 3 + Math.sin(time/13.12)).scale(() =>0.98 + 0.1 * Math.sin(time/13))))
.out(o2)
render(o2)
src(o2).brightness(-0.2).out(o3)
render(o3)
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