From ff32e00052d71f7331fdbc512040cde3ff56ac3d Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Thu, 13 Oct 2022 22:41:11 +0200 Subject: [PATCH] feat: Poussière de la course d'Or --- PoussiereOr.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PoussiereOr.js diff --git a/PoussiereOr.js b/PoussiereOr.js new file mode 100644 index 0000000..ebdb302 --- /dev/null +++ b/PoussiereOr.js @@ -0,0 +1,14 @@ +// Poussière de la Course d'Or +// Par PLN + +osc(10, 0.025) + .modulate(voronoi(100, 0.02)) + .kaleid(4) + .color(() => 1.2 + 0.15 * Math.cos(time / 20), 0.9, 0.5) + .luma(() => (0.6 + 0.23 * Math.sin(time))) + .scale(() => 0.2 + 0.05 * Math.sin(time / 20)) + .modulatePixelate(noise(0.1, 0.01)) + .modulate(src(o0) + .colorama(() => 0.05 * Math.sin(time / 200)), 0.1 + ) + .out() \ No newline at end of file -- libgit2 0.27.0