fig. 0.1.11the sea, with its constants live.
STANDING SEA (TUNABLE) · n = 11,520 · THE CAPTION IS THE SOURCE
(i, t) => {
  const x0 = (i % 144) / 143, y0 = floor(i / 144) / 79;
  const h = sin(t * 0.9 + x0 * 9.0 + 2 * sin(t * 0.5 + y0 * 5)) * sin(t * 0.6 + y0 * 7 + x0 * 3);
  const persp = 0.25 + 0.75 * y0;
  return [260 + (x0 - 0.5) * 470 * persp, 150 + y0 * 300 - h * 34 * persp, 0.5 + 0.5 * tanh(1.4 * h)];
}
THE BLUE CONSTANTS ARE LIVE — DRAG THEM

View in context: Library lab · All figures