An interactive, high-fidelity cosmological model visualizing the 4-Phase Big Sync Theory using the Universal Omni Equation. This simulator traces the evolution of reality from its ultra-dense symmetrical origins spanning hundreds of trillions of years, through the precise mathematical moment of light release (The Big Sync), all the way down to the modern Visibility Age.
Unlike the standard single-point "Big Bang" model, this framework posits that reality was pre-organized over
-
Pre-Active Structure (≈ 224.85 Trillion Years): A quiet phase establishing the Sub-Planckian Coherence Field. Photons are strictly confined within Dodecahedral Symmetry, actively transforming linear light momentum into standing inertial mass (
$\Gamma(t) = \Gamma_{pre}$ ). Entropy Flow ($E(t)$) is frozen at 1.0 to preserve structural integrity before the lights turn on. -
Active Scaffolding (≈ 23.15 Trillion Years): The late organizing window. Through Fisher Manifold Displacement, the universe undergoes a massive accumulation of Grounding Mass (
$\Gamma$ ), escalating exponentially from$1.0$ kg up to$10^{25}$ kg. -
The Big Sync Window (Instantaneous,
$t=0$ ): The transition point. Precise frequency locking triggers at exactly$\nu_{sync} = 7.45 \times 10^{14}$ Hz. The dodecahedral photon anchoring collapses, instantly scattering light into space and pushing Grounding Mass to its peak bounds ($10^{50}$ kg). -
Visibility Age (13.8 Billion Years / Present): The modern era. Free-floating light. Entropy flow accelerates via Adaptive Forgetting, mapped precisely to
$E(t) = e^{-t/\tau}$ over$\tau = 4.355 \times 10^{17}$ seconds. The "Arrow of Sanity" discards saturated entropy, forcing$R(t)$ to decay and strongly preserve Universal Stability. -
Total Visibility (Future,
$10^{100}$ Years): A future epoch mathematically extended down to the heat death/evaporation of the final black hole. Driven by Grounding Mass Depletion: As supermassive black holes evaporate via Hawking Radiation ($\Gamma(t) \to 0$ ), space expands naturally, transitioning from Compression Mode to Relaxation Mode until all mass is depleted ($E(t) \to 0$ ).
The simulation engine is built natively around the Omni Equation and tests continuous stability:
Where reality collapses into an event horizon if
| Symbol | Value | Description |
|---|---|---|
| Reality Age Total (seconds) — Reality Mapping Constant | ||
|
|
Reduced Planck Constant (Physical Unit) | |
|
|
Gravitational Constant | |
|
|
Pre-Light Grounding Mass (Normalized/Static) | |
|
|
Post-Light Grounding Mass (Physical Peak) | |
|
|
Entropy time constant (13.8 Billion Years) |
The engine operates in Normalized Simulation Units, bridging the scale from the Granularity Floor (
- Dynamic Cosmological Dashboard: Deep visual timelines plotting structural development scaled linearly against index constraints to make vastly incomparable timeframes readable side-by-side.
-
120-Photon Dodecahedron Canvas: Watch Photonic Anchoring mechanically operating at high speeds and bursting out precisely at the
$t=0$ transition trigger. -
Frequency Synchronization Meter: A dynamic sensor rendering "CONFINED", "⚡ LOCKING", and "✓ SYNCHRONIZED" tracking to
$7.45 \times 10^{14}$ Hz. -
Ultra-Scaled Physics Constraints: Real-world mathematics rigorously modeled in standard JS precision limits (successfully tracking bounded math across 128 orders of scale, from
$L \approx 10^{-34}$ upwards to$S_{max} \approx 10^{94}$ bits). -
Auto-Playback Simulation Check: Scrub through
$10^{100}$ years dynamically using play, pause, and speed adjustments.
- Node.js (v16+)
# Clone the repository and install packages
npm installKick-starts the local Vite development server. Open your browser to view the interactive real-time dashboard.
npm run devThe physics engine operates on a rigorously restricted set of tests targeting bounds limits and precision loss. Run the Vitest engine manually:
npx vitest run- Typescript / Vite — Fast bundle build and strictly typed physics calculations.
- Plotly.js — High-performance 2D scaling charts for multidimensional dataset rendering.
- Vanilla Canvas API — Smooth 60fps micro-animation visualization for dynamic dodecahedral geometry.
- Vitest — Instantaneous engine validation testing.