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