1

Pacific Barreleye Fish

Macropinna microstoma deep sea teleost anatomy featuring a completely transparent fluid-filled head dome protecting rotating, glowing emerald-green tubular optics.

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

Live Parameters

Tubular Eye Scanning 0.8
Green optic lens rotation rate
Dome Transparency Glow 1.1
Cranial fluid-filled shield brightness
ƒ

Mathematical Formulation

89 chars high
Analytical Equation
\mathbf{p}_{\text{dome}}(\theta) = \begin{bmatrix} R_x \cos\theta \\ R_y \sin\theta \end{bmatrix}, \quad \theta_{\text{eye}}(t) = -\frac{\pi}{2} + \Delta\theta \sin(\omega t)
Compact Formula
dome = ellipse(35, -25, 48, 34), tubular_eye = rotate(-π/2 + sin(1.5t)*0.35, green_lens)
Renderer Logic
const eyeAngle = -Math.PI / 2 + Math.sin(t * 1.5) * 0.35;
ctx.ellipse(35 * fishScale, -25 * fishScale, 48 * fishScale, 34 * fishScale, -0.1, 0, Math.PI * 2);
ctx.arc(0, -22 * fishScale, 6.5 * fishScale, 0, Math.PI * 2);
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#barreleye #macropinna #deep-sea #abyss #creatures #eyes #transparent
Author: Math Art Core Target: 60 FPS

Export & Embed: Pacific Barreleye Fish

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