1

Moiré Interference

Visual optical interference fringes formed by the spatial overlap of two dense concentric circle grids shifting across phase space.

Playground
60 FPS Canvas 2D
Click + Drag to interact with field

Live Parameters

Ring Density 75
Concentric circle count
Orbital Shift Speed 0.5
Phase drift speed
ƒ

Mathematical Formulation

64 chars low
Analytical Equation
I(x, y) = \cos(k_1 \|\mathbf{r} - \mathbf{c}_1\|) + \cos(k_2 \|\mathbf{r} - \mathbf{c}_2(t)\|)
Compact Formula
fringe = arc(c1, r) + arc(c2(t), r), beat_frequency = |k1 - k2|
Renderer Logic
for (let r = 5; r < maxR; r += step) {
  ctx.arc(c1x, c1y, r, 0, Math.PI * 2);
  ctx.arc(c2x, c2y, r, 0, Math.PI * 2);
}
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#moire #interference #optical #grating #geometry #physics
Author: Math Art Core Target: 60 FPS

Export & Embed: Moiré Interference

4K PNG Snapshot

High-resolution single frame render

WebM Video (5s Loop)

60 FPS browser-captured stream

HTML Iframe Embed

<iframe src="https://art.fazleyrabbi.xyz/embed/moire-interference" width="500" height="500" frameborder="0" loading="lazy"></iframe>
ESC
↑↓ Navigate Select
25 Mathematical Artworks