1

Deep Sea Anglerfish

Bathypelagic ceratioid anglerfish featuring a flexible sinusoidal illicium rod, a pulsating blue-green luciferin photophore lure, and needle-sharp interlocking teeth.

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

Live Parameters

Esca Lure Oscillation 1.2
Photophore lure wave frequency
Bioluminescence Intensity 1.3
Luciferin photonic emission radius
ƒ

Mathematical Formulation

105 chars high
Analytical Equation
\mathbf{p}_{\text{esca}}(t) = \mathbf{p}_{\text{root}} + \mathbf{R}(\theta_{\text{rod}}) \begin{bmatrix} L_x + A_x \sin(\omega_1 t) \\ L_y + A_y \cos(\omega_2 t) \end{bmatrix}, \quad I_{\text{glow}} = I_0 \left[ 1 + \alpha \sin(\omega_{\text{pulse}} t) \right]
Compact Formula
esca = root + [85 + sin(2.5t)*22, -95 + cos(2t)*16], glow = radialGradient(esca, 12 * (1 + 0.3*sin(4t)))
Renderer Logic
const escaX = 85 * fishScale + Math.sin(t * 2.5) * 22;
const escaY = -95 * fishScale + Math.cos(t * 2.0) * 16;
const pulse = 1 + 0.3 * Math.sin(t * 4);
const glowR = 12 * fishScale * pulse * glowScale;
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#anglerfish #deep-sea #abyss #creatures #bioluminescence #bathypelagic #teeth
Author: Math Art Core Target: 60 FPS

Export & Embed: Deep Sea Anglerfish

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/deep-sea-anglerfish" width="500" height="500" frameborder="0" loading="lazy"></iframe>
ESC
↑↓ Navigate Select
25 Mathematical Artworks