Devlog #62 – Wave 42: Cytoskeleton, Cell Signaling & Immune Response

Wave 42 debuts a brand-new category: Cell Biology. Three simulations cover some of the most visually striking processes in the living cell — actin-driven crawling powered by treadmilling filaments and myosin motors; a step-by-step MAPK/ERK signaling cascade showing how a single ligand molecule can trigger a thousand-fold amplified nuclear response; and an agent-based immune battleground where neutrophils, macrophages, T-cells, and antibodies fight off an invading pathogen in real time. All three simulations launch with full Ukrainian translations.

Release Stats

499
Total simulations
62
Devlog entries
42
Release waves
2
New categories

New Simulations

🧬

Cytoskeleton & Cell Motility

Actin filaments polymerize at the leading edge, myosin II motors pull stress fibers, and focal adhesions anchor the cell as it crawls. Adjust ATP level and signal gradient to control speed and direction.

Open simulation →
📡

Cell Signaling Cascade

Watch the MAPK/ERK pathway animate node by node: Ligand → EGFR → Ras-GTP → Raf → MEK → ERK → transcription factor. Negative feedback from ERK creates switch-like (ultrasensitive) responses.

Open simulation →
🛡️

Immune Response

Pathogens (red) multiply and spread; neutrophils (blue) rush in first, then macrophages (green), T-cells (orange), and antibodies (yellow) mount an adaptive response. See how vaccination prevents infection from peaking.

Open simulation →

Cytoskeleton & Cell Motility

Cell crawling is one of the most complex mechanical processes in biology. It requires the coordinated activity of hundreds of actin filaments, dozens of molecular motors, and hundreds of adhesion complexes — all operating on timescales from milliseconds to minutes. The simulation distils this into three key processes: protrusion (actin polymerization at the leading edge), adhesion (focal adhesion complex formation at the cell base), and retraction (myosin II contraction of stress fibers pulling the rear forward).

Actin filament treadmilling is the fundamental engine: at the barbed (plus) end, ATP-actin subunits add at a rate proportional to the local monomer concentration; at the pointed (minus) end, ADP-actin dissociates. When polymerization at the barbed end meets resistance (the cell membrane), the resulting force — the polymerization ratchet — pushes the membrane outward, generating the lamellipodia.

Technical details

Cell Signaling Cascade (MAPK/ERK)

Signal transduction cascades achieve two remarkable feats: extreme amplification (one receptor → many effectors) and sharp threshold (switch-like) responses. The MAPK/ERK cascade is the best-studied example and controls cell proliferation, differentiation, and survival.

When EGF binds its receptor EGFR, the receptor dimerises and auto-phosphorylates on multiple tyrosine residues. This recruits adapter proteins Grb2 and SOS, which catalyse GDP→GTP exchange on the small GTPase Ras. Active Ras-GTP recruits Raf to the membrane, where it phosphorylates MEK on two serine residues. Doubly-phosphorylated MEK then phosphorylates ERK on threonine and tyrosine, producing active ERK**. The combination of two required phosphorylation steps at MEK→ERK creates a Hill coefficient of ~2, giving the cascade its switch-like dose-response.

Technical details

Immune Response

The simulation is an agent-based model (ABM) running directly in HTML5 Canvas 2D. Agents belong to five types — pathogen, neutrophil, macrophage, T-cell, and antibody — each with distinct speed, size, and kill probability. The pathogen follows logistic growth capped by virulence; immune cells are recruited in three timed phases matching the biology:

Technical details

New Categories

Wave 42 introduces two new simulation categories to the platform: Cell Biology (cytoskeleton, cell-signaling) and Immunology (immune-response). These categories were previously empty gaps in the platform's spectrum coverage. Cell biology and immunology together represent a large part of modern medical research, and interactive simulations provide intuition that static diagrams cannot — seeing a lamellipodia push forward or watching pathogens get engulfed by neutrophils makes abstract mechanisms visceral.

Technical Notes

All three simulations are pure HTML5/Canvas 2D, zero external dependencies. The cytoskeleton and immune response use requestAnimationFrame loops at native display refresh rate. The cell signaling ODE integrates in under 0.05 ms per frame (Euler, 6 coupled variables). The immune response ABM runs two-frame physics skipping to maintain 60 fps even with 400 agents; the O(n²) collision detection remains fast because the agent count is capped and the inner loop exits early on dead agents.

All six files (three EN + three UK) follow the standard simulation file layout: dark canvas region + right-panel stats + control sliders + preset buttons + fact chips + formula box + info panel. Ukrainian translations are complete including all UI labels, preset names, legend text, and the educational info panel.

Tags

Cell Biology Cytoskeleton Actin Myosin Treadmilling Lamellipodia MAPK ERK Signal Cascade Hill Kinetics Immunology Neutrophil Macrophage T-cell Agent-Based Model Vaccination Wave 42