1

Gulper Pelican Eel

Eurypharynx pelecanoides abyssal morphology displaying a cavernous hinged jaw and distensible pouch capable of swallowing large prey, paired with a bioluminescent caudal whip-tail.

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

Live Parameters

Tail Wave Frequency 1.1
Ribbon whip-tail undulation rate
Gape Distension 1
Pelican pouch volume expansion
ƒ

Mathematical Formulation

116 chars high
Analytical Equation
\mathbf{p}_{\text{pouch}}(\theta, t) = \begin{bmatrix} L_x \cos\theta \\ L_y \sin\theta \left[ 1 + \delta \sin(\omega t) \right] \end{bmatrix}, \quad y_{\text{tail}}(s, t) = A_w s^{1.5} \sin(\omega_t t - k s)
Compact Formula
pouch = bezierCurve(top_jaw, 95 + 85*pulse, -10 + 110*pulse, tail_root), tail_organ = radialGradient(tip, 24*pulse)
Renderer Logic
const gapePulse = 1 + 0.25 * Math.sin(t * 2) * jawExpansion;
const tailWave = Math.sin(t * 3.5 - normS * 7) * (32 * normS * eelScale);
const curX = prevX - (180 * normS * eelScale) + (Math.sin(t * 0.8) * 5);
const curY = prevY - (s * 3.2 * eelScale) + tailWave;
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#gulper-eel #pelican-eel #deep-sea #abyss #creatures #jaw #bioluminescence
Author: Math Art Core Target: 60 FPS

Export & Embed: Gulper Pelican Eel

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