1

Vampire Squid from Hell

Vampyroteuthis infernalis cephalopod anatomy showing the velvety red-black interbrachial web cloak, glowing blue arm tip photophores, and sensory velar filaments.

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

Live Parameters

Mantle Pulse Velocity 1
Cloaked umbrella contraction rate
Web Flaring Angle 0.5
Interbrachial webbing spread
ƒ

Mathematical Formulation

104 chars high
Analytical Equation
\mathbf{p}_{\text{web}}(a, t) = \mathbf{R}(\theta_a + w_a(t)) \begin{bmatrix} R_a(t) \\ 0.7 R_a(t) + y_0 \end{bmatrix}, \quad I_{\text{photo}}(t) = I_0 \left[ 1 + \beta \sin(\omega t + a) \right]
Compact Formula
web_arch = quadCurve(armTip_a, midPt, armTip_next), photophore = circle(tip, 3.5*(1 + 0.3*sin(4t + a)))
Renderer Logic
const curAngle = baseAngle + armWave;
const armR = (110 + 20 * Math.sin(t * 2 + a)) * squidScale;
const photophorePulse = 1 + 0.3 * Math.sin(t * 4 + a);
ctx.arc(tip.x, tip.y, 3.5 * photophorePulse * squidScale, 0, Math.PI * 2);
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#vampire-squid #cephalopod #deep-sea #abyss #creatures #bioluminescence #cloak
Author: Math Art Core Target: 60 FPS

Export & Embed: Vampire Squid from Hell

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