Physics / Cosmology / Simulation

Architectural and Computational Framework for the ArcSecs Relational Physics Engine: UI/UX and Simulation Mechanics

Report summary

The architectural design of a physics engine fundamentally dictates the metaphysical assumptions of the virtual universe it simulates. Contemporary physical simulation frameworks, whether designed for interactive media or scientific modeling—such as PhysX, Havok, Bullet, and ReactPhysics3D—inherentl

Status
Research archive item
Category
Physics / Cosmology / Simulation
Length
5,509 words
Reading time
26 minutes
Report type
guidance

Key topics

  • Physics / Cosmology / Simulation
  • Physics
  • Cosmology
  • Simulation
  • AI
  • .NET
  • Angular
  • Runtime
  • Research Archive

Research provenance

Archive status
Research archive item
Content identity
sha256:c6db3c5b26b66e135ba05c679a8711e045086676fba8a6acde53ab8231d3af55

For citation, use the report title and canonical URL. Archival presence does not establish authorship or promote report statements into portfolio evidence.

This page renders the archived Markdown as safe, formatted HTML. It is background research and does not become a portfolio claim without evidence review.

Full report

On this page

Introduction to the ArcSecs Paradigm and Computational Metaphysics

The architectural design of a physics engine fundamentally dictates the metaphysical assumptions of the virtual universe it simulates. Contemporary physical simulation frameworks, whether designed for interactive media or scientific modeling—such as PhysX, Havok, Bullet, and ReactPhysics3D—inherently rely on Object-Oriented Programming (OOP) paradigms and Cartesian coordinate systems.1 These systems implicitly assume an absolute background space (a container or fabric) and simulate relativistic effects by artificially modifying local time scales or bending raycast trajectories to mimic the tensor fields of General Relativity (GR). Within these conventional engines, space is treated as a continuous physical manifold, and time is treated as an elastic, local variable. The ArcSecs paradigm demands a radical, ground-up architectural departure from these computational tropes. To accurately reflect a universe governed by absolute time, purely relational distance, and massive electrodynamics, the engine must be rebuilt from the data layer upward. This necessitates abandoning the OOP rigid body hierarchies that anchor objects to a global coordinate origin, in favor of a specialized Entity-Component-System (ECS) integrated with a graph-based neural topology.2 By integrating Proca electrodynamics, Weber's relational mechanics, and Machian inertial induction, the ArcSecs engine shifts the computational burden from continuous spacetime manifolds to discrete, relational, N-body interactions. The ensuing sections outline the exhaustive theoretical frameworks, mathematical models, software engineering algorithms, and specific User Interface/User Experience (UI/UX) modules required to construct a simulation mechanics framework that explicitly rejects GR. The goal of this architecture is to render these heterodox physical concepts as undeniable, interactive mechanical facts within the simulation sandbox, thereby serving as a pedagogical instrument of computational metaphysics.

Engine Topology, Scaling, and the Entity-Component-System

Before detailing the specific interactive modules, it is necessary to establish the base unit scaling and data architecture of the ArcSecs engine. Standard engines utilize arbitrary "world units" (often equated to one meter). The ArcSecs engine, designed for cosmological scale simulation, utilizes the astronomical definitions of the arcsecond and the parsec to define its floating-point precision matrices. In astronomical terms, an arcsecond is a measure of angle, specifically 1/3600 of a degree, or a minute fraction of a radian (approximately 1/206265 of a radian).4 A parsec is classically defined as the distance at which one Astronomical Unit (AU) subtends a parallax angle of exactly one arcsecond.4 The mathematical relationship is expressed as [Figure omitted from source export], where [Figure omitted from source export] is the distance in parsecs and [Figure omitted from source export] is the parallax angle in arcseconds.9 Consequently, one parsec is equivalent to 206,265 AU.5 To accommodate the vast relational distances of the cosmos without falling victim to floating-point precision errors (which plague standard Cartesian physics engines at large coordinates), the ArcSecs engine relies on a coordinate-free, component-free treatment of manifolds.10 Within the ECS architecture, entities do not possess a global Transform.Position coordinate.2 Instead, they possess a RelationalEdge component that defines their spatial relationship to other entities strictly via the arcsecond angles they subtend and the relational distance calculated between them.3 This ensures that whether two bodies are separated by millimeters or gigaparsecs, their mechanical interaction is computed with perfect local precision, governed by a unified system of affine connection dynamical systems mapped to Riemannian manifolds.10

Module 1: Absolute Time and the Mechanics of Atomic Retardation

In standard simulations of relativistic physics, time dilation is handled computationally by scaling the fundamental simulation timestep (often denoted as Time.deltaTime or a localized time-scaling float) for individual agents based on their relative velocity or their proximity to a simulated gravitational well. This programmatic approach inherently reinforces the Einsteinian concept that time itself is a dimension capable of warping, pausing, or stretching. The ArcSecs engine explicitly rejects this model, establishing time as a universal, immutable, and absolute metric, while redefining apparent relativistic dilation as a localized mechanical retardation caused by environmental drag and gravitational potential energy.

The Universal Cosmic Clock Architecture

To visually and computationally enforce the reality of absolute time, the engine relies on a strictly bifurcated temporal architecture. The primary simulation loop is governed by a singular, immutable global counter that serves as the heartbeat of the ECS. The computational implementation dictates that the engine utilizes a globally synchronized fixed timestep that governs the numerical integration of all physics systems. This clock cannot be modified by local variables, spatial positioning, velocity vectors, or user inputs regarding simulated gravitational masses. The integration of all kinematic equations relies on this singular time scalar. To communicate this to the user, a "Universal Cosmic Clock" is permanently pinned to the zenith of the global UI. This UI element represents the absolute temporal framework of the simulation sandbox. It is rendered with high-contrast, unyielding numerical precision. As users manipulate planetary masses, accelerate spacecraft to high velocities, or plunge objects into deep gravitational wells, the Universal Cosmic Clock remains absolutely static in its tick rate. It never warps, pauses, or dilates. This persistent visual element provides a constant psychological and computational anchor for the user, enforcing the foundational ArcSecs rule that "When" is a universal, unchanging absolute.

Local Oscillator Probes and Cesium-133 Mechanics

To explain the empirical observations of modern atomic clocks—which are known to slow down when placed in gravitational fields or accelerated—without invoking spacetime curvature, the engine simulates the mechanical reality of atomic retardation. Modern primary frequency standards, such as the Caesium atomic fountain, utilize photon absorption by transitions between two hyperfine ground states of Cesium-133 atoms to define the second.13 By definition, the radiation produced by this transition in a perfect vacuum devoid of external magnetic or gravitational influence has a frequency of exactly 9,192,631,770 Hz.14 When an atomic clock is moved into a gravitational potential, the ArcSecs paradigm posits that the gravitational field physically interacts with the atomic structure itself, rather than warping the temporal dimension it occupies. The gravitational potential energy dictates that more kinetic energy is required for the electron to achieve the hyperfine transition, thereby physically slowing the mechanical oscillation.13 This recontextualizes experiments like the classic Pound-Rebka experiment; instead of measuring the curvature of time, such experiments demonstrate that the local mechanism of the clock is subjected to a rising global gravitational potential.17 The atom inside the gravitational field is hindered and can only undergo relatively fewer hyperfine transitions within the same absolute time frame.16 The simulation sandbox allows users to deploy "Local Oscillator Probes," which function as attachable atomic clock widgets. Users can attach these probes to different masses, such as a fast-moving satellite in orbit or a static probe on the surface of a massive celestial body.

The Mechanical Retardation Visualizer

When a user physically drags an Atomic Clock widget deeper into a gravitational well, the engine's UI must explicitly avoid labeling the resulting slowdown as "time dilation." To reinforce the mechanical nature of the phenomenon, the engine displays a "Gravitational Potential Energy" overlay directly on the probe's readout. The engine calculates the local gravitational potential [Figure omitted from source export] and applies a physical retardation coefficient to the local oscillation script of that specific entity, while leaving the global physics timestep untouched. The UI features a localized, dynamic 3D animation of a Cesium-133 atom. As the gravitational potential increases, the user visually witnesses the electron shell fighting against the ambient gravitational drag. The user can see that the gravitational potential physically demands more energy to achieve the spin-flip, thereby mechanically slowing the clock's tick rate. While the localized probe ticks slower—accurately simulating the empirical data observed in real-world satellite telemetry—the Universal Cosmic Clock at the top of the screen ticks on normally. This creates a powerful cognitive dissonance that resolves into an understanding of the ArcSecs paradigm: clocks do not measure abstract time; they are physical mechanisms subjected to physical resistance.

Temporal Simulation FrameworkStandard General Relativity EngineArcSecs Relational Engine
Global Timestep IntegrationSubject to local relativistic scaling metrics.Absolute, immutable, and universally synchronous.
Atomic Clock BehaviorMeasures proper time ([Figure omitted from source export]) along a specific geodesic worldline.Measures local mechanical frequency subjected to potential energy drag.
Gravitational Effect on ClocksAttributed to the curvature of the temporal dimension.Attributed to physical interference with hyperfine atomic transitions.
UI Feedback Mechanisms"Time Dilation Factor: x0.99""Mechanical Retardation: Gravitational Potential \-[Figure omitted from source export] Joules"

Module 2: "Gridless" Relational Distance Rendering

Standard physics engines fundamentally rely on a Cartesian background grid. Whether implemented as a literal skybox grid or hidden in the underlying data structure via absolute [Figure omitted from source export] world coordinates, this system subconsciously implies to the user that space is a physical "fabric" or a preexisting container within which objects reside.18 To enforce the relational mechanics championed by historical figures like Leibniz and Mach, the ArcSecs engine requires a strictly coordinate-free mathematical formulation.10

Coordinate-Free Architecture and the ECS Scene Graph

In a coordinate-free treatment of physical theory, the engine develops its concepts without reference to any particular global coordinate system.11 There is no absolute origin point [Figure omitted from source export] from which all other objects are measured. Instead, the positions, velocities, and accelerations of bodies are tracked strictly as relative vectors between interacting nodes.12 This is accomplished by substituting the traditional OOP scene hierarchy with a specialized graph-network ECS data structure.2 The physics engine represents the simulated universe purely as a relative scene graph. Each physical entity (star, planet, ship, photon) acts as a node within the graph, while the edges connecting them contain the data for relative distance ([Figure omitted from source export]) and relative velocity ([Figure omitted from source export]).3 Because there is no root "world" node that stores absolute position data 23, the simulation calculates the constrained dynamics of the N-body system utilizing virtual holonomic constraints mapped onto Riemannian manifolds.10 To optimize this in real-time, the engine employs advanced algorithms (such as the Jonker-Volgenant algorithm or auction algorithms) to resolve the optimal coordinate mapping from initial relative coordinates to target relative coordinates at each timestep, maintaining spatial coherence purely through object interaction without ever referencing an external grid.19

Dynamic Distance Tethers and UX Interaction

The UI/UX must transparently reflect this graph-based reality to the user. All traditional background grids, absolute Cartesian coordinate trackers, and bounding box visualizations must be systematically excised from the rendering pipeline. Instead, the simulation introduces "Dynamic Distance Tethers." When a user drops physical mass nodes into the empty sandbox, the engine renders "space" strictly as interactive, glowing tethers (visual representations of the graph edges). These tethers act as dynamic vectors that display the calculated area and distance strictly between the objects.20 If a user spawns two planets, a single glowing tether connects them. If a third mass is added, a triangular network of tethers forms. The rendering explicitly demonstrates that space is not a place you can point to, but merely a continuous relationship between physical masses.

The Leibniz Void Demonstration

To cement this philosophical framework, the engine includes a critical pedagogical feature termed the "Leibniz Void Demonstration." This module programs a specific UI behavior: if the user utilizes the deletion tool to remove all physical matter (all nodes) from the scene, the rendering engine does not leave behind an empty black box overlaid with a grid. Because the scene graph is reduced to zero nodes ([Figure omitted from source export]), the edges representing spatial distance ([Figure omitted from source export]) mathematically cease to exist. Consequently, the UI completely collapses all spatial trackers, tethers, and coordinate readouts. The viewport transitions into a pure, dimensionless void. This explicitly enforces the foundational rule that distance is purely a relational property of "where" things are relative to one another, and that in the absolute absence of matter, space itself does not exist.

Module 3: Corpuscular Gravitational Lensing via Soldner Mechanics

General Relativity explains the phenomenon of gravitational lensing as the natural consequence of massive celestial bodies bending the physical fabric of spacetime, forcing massless photons to travel along curved geodesic paths. The ArcSecs engine, denying the existence of a spacetime fabric, posits that gravitational lensing is a purely classical, Newtonian phenomenon caused by the direct gravitational attraction between a massive celestial body and massive photons (corpuscles of light).

Historical Context and Soldner's 1801 Formulation

The ArcSecs engine relies on the historical calculations of Johann Georg von Soldner (published in 1801\) and Henry Cavendish (calculated circa 1784), both of whom utilized Newton's laws of motion and universal gravitation to predict the deflection of starlight.26 Soldner treated light as a stream of massive corpuscles and calculated the hyperbolic trajectory of these particles as they grazed the surface of a gravitating body, such as the Sun.26 The physics engine calculates the deflection angle [Figure omitted from source export] utilizing Soldner's original derivation. The classical half-angle deflection is derived as follows, where [Figure omitted from source export] is the velocity of the corpuscle, [Figure omitted from source export] is the local gravitational acceleration at the surface of the body, and [Figure omitted from source export] is the radius of the massive body 29: [Figure omitted from source export] Noting that [Figure omitted from source export] and assuming the velocity [Figure omitted from source export] approaches [Figure omitted from source export], the quantity [Figure omitted from source export] is infinitesimally small. Thus, the equation simplifies to the classic Newtonian half-deflection 26: [Figure omitted from source export] For the full deflection (measuring the angle between the incoming asymptote from infinity and the outgoing asymptote to infinity), the calculation yields 26: [Figure omitted from source export] It is a well-documented point in the history of physics that this classical corpuscular calculation yields precisely half the value of the later Einsteinian GR prediction ([Figure omitted from source export]).30 The ArcSecs engine boldly utilizes the Soldner formulation, enforcing the rule that light bends due to classical mass attraction.

Raytracing Massive Proca Corpuscles and Keplerian Integration

To simulate this visually and computationally, the rendering of light within the engine must transition from standard, instantaneous, massless raycasts (as used in Unity or Unreal) to the physical simulation of discrete, mass-bearing entities traversing the scene graph over time. When a light source is activated in the simulation sandbox, the engine spawns discrete "Proca Corpuscles." These are rendered not as continuous, instantaneous waves, but as a high-frequency stream of physical particles possessing a minuscule, yet non-zero rest mass.28 As these corpuscles approach a celestial body, their trajectories must be calculated dynamically. The path of the massive photon is computationally equivalent to the Kepler problem of celestial mechanics—specifically, a hyperbolic trajectory around a central mass.32 The engine employs the numerical integration of Keplerian trajectories using Cowell's formulation ([Figure omitted from source export]).34 However, standard numerical methods (like basic Euler or Runge-Kutta integrators) often suffer from qualitative inaccuracies during long-term simulations of high-velocity hyperbolic orbits, including gradual energy drift, artificial precession of the orbital ellipse, and distortion of the orbital shape.34 To ensure that a photon can travel across a simulated galaxy without accumulating floating-point errors, the ArcSecs engine deploys advanced symplectic numerical integrators.33 These geometric integrators preserve the symplectic structure of the Hamiltonian system, guaranteeing that the corpuscles conserve energy and momentum precisely over vast cosmic timescales.34

UX/UI Overlay: Live Soldner Calculations

To explicitly demonstrate this mechanic to the user, the simulation features a highly interactive UI overlay. As the user watches a stream of massive photons graze a heavy celestial body, the engine overlays real-time, glowing Newtonian force vectors. These vectors originate from the star's center of mass and clearly depict the gravitational force pulling directly on the individual photon corpuscles. Simultaneously, a live mathematical readout panel appears adjacent to the star. This panel tracks the orbital eccentricity of the photon's hyperbolic path, dynamically updating the value [Figure omitted from source export].30 Furthermore, it displays the active, real-time derivation of Soldner's [Figure omitted from source export].30 By projecting these real-time mathematical proofs directly onto the viewport, the engine explicitly demonstrates to the user that the ray is bending due to classical gravitational attraction between masses, effectively dismantling the visual and conceptual necessity of a warped spacetime fabric.

Module 4: Tired Light, Massive Dispersion, and Proca Electrodynamics

The observation that light from distant galaxies is redshifted is traditionally attributed to the metric expansion of space—specifically, the Doppler shift caused by an inflating spacetime manifold stretching the wavelengths of light traveling through it. The ArcSecs engine completely replaces cosmic expansion with the mechanical realities of "Tired Light" theory and the physical implications of Proca electrodynamics.

Proca Electrodynamics and Vacuum Dispersion

If the photon possesses a non-zero mass, the standard Maxwell equations of electromagnetism must be modified into the Proca equations.37 The Proca Lagrangian for a massive vector field is defined as 38: [Figure omitted from source export] Where [Figure omitted from source export] is the electromagnetic tensor and [Figure omitted from source export] is the four-potential. A primary physical consequence of massive photon electromagnetic theory is that the speed of light in a vacuum is no longer a unique, invariant constant ([Figure omitted from source export]) for all wavelengths. Instead, the velocity of light depends on its frequency.31 In this framework, the invariant speed [Figure omitted from source export] of special relativity acts merely as the upper asymptotic limit for photon velocity.31 The Proca dispersion relation for the frequency [Figure omitted from source export] and wavenumber [Figure omitted from source export] of a massive photon introduces a mass-dependent cut due to the square root in the dispersion relation 40: [Figure omitted from source export] where [Figure omitted from source export] represents the photon mass normalized in units of inverse length.41 Consequently, the group velocity ([Figure omitted from source export]) of the electromagnetic wave packet is derived as 39: [Figure omitted from source export] This fundamental equation dictates that higher frequency electromagnetic waves (e.g., blue or ultraviolet light) travel slightly faster through a vacuum than lower frequency waves (e.g., red or infrared light).39

The Vacuum Dispersion Tracker

To visualize this phenomenon, the simulation provides a specific interactive sandbox module. The user is prompted to fire a multi-color, broad-spectrum light pulse across a vast relational distance. Because the physics engine calculates trajectory updates based on Proca mechanics, the user physically watches the blue photons slowly outpace the red photons as they traverse the void. A real-time tracking graph plots their respective group velocities, demonstrating that they arrive at the final destination at different absolute times. This visualizes vacuum dispersion not as a glitch in the simulation, but as an inherent, mathematically proven property of massive light.

Tired Light and the Ambient Magnetic Vector Potential

To explain the cosmological redshift observed in astronomical data, the engine implements a "Tired Light" mechanism. Originally proposed by Fritz Zwicky in 1929, the tired light hypothesis suggested that photons gradually lose energy as they travel vast distances, rather than being stretched by metric expansion.43 While early models struggled to identify a physical mechanism (ruling out Compton scattering as it would only affect high-energy X-rays and blur images) 44, the ArcSecs engine provides a rigorous electrodynamic mechanism: continuous energy dissipation into the cosmic ambient magnetic vector potential ([Figure omitted from source export]).46 According to Proca electrodynamics, the energy density of the massive photon electromagnetic field includes a dominant contribution from the vector potential, defined as [Figure omitted from source export].47 The paired-photon vacuum embodies this vector potential 48, meaning that the "empty space" between galaxies is actually a physical substrate comprising the four-potential of the electric scalar potential ([Figure omitted from source export]) and the magnetic vector potential ([Figure omitted from source export]).48 As the massive photon propagates through this substrate, it suffers repeated, infinitesimal energy losses through interactions with this ambient field (or through head-on collisions with soft Cosmic Microwave Background photons, which constitutes a primary mechanism for energy attenuation).17

The Energy Drain Gauge UX

To render this abstract quantum mechanical process intelligible to the user, the UI implements an "Energy Drain Gauge." When a user isolates a single traveling photon on a simulated multi-billion-year journey, this gauge attaches directly to the particle's HUD. As the photon crosses the relational scene graph, the gauge shows its kinetic energy physically draining into the surrounding background. The background is visualized subtly as a faint, glowing substrate representing the vector potential field.46 According to the Planck-Einstein relation [Figure omitted from source export] 49, as the kinetic energy drops, the frequency drops proportionally. The UI shifts the photon's visual color smoothly and continuously toward the red end of the spectrum as the energy bar depletes. An informational prompt explicitly appears on screen: "Cosmological Redshift Achieved via Mechanical Energy Loss. Metric Expansion: Zero." This proves to the user that cosmological redshift is a mechanical energy-loss function intrinsic to massive electrodynamics, completely negating the need for a Doppler shift derived from expanding space.48

Redshift MechanismCosmological Standard Model (GR)ArcSecs Proca/Tired Light Model
State of SpaceExpanding (Scale factor [Figure omitted from source export] increases).Static, purely relational graph.
Photon MassStrictly Zero.Non-zero ([Figure omitted from source export]).31
Speed of LightConstant ([Figure omitted from source export]) invariant for all frequencies.Frequency-dependent ([Figure omitted from source export] for low frequencies).39
Mechanism of RedshiftWavelength stretched by inflating spacetime.Kinetic energy drained into cosmic magnetic vector potential.46

Module 5: Machian Inertia and Weber Force Induction

Perhaps the most radical departure from standard engine architectures is the ArcSecs engine's treatment of inertia. Newtonian mechanics and General Relativity treat mass—and therefore inertia—as an intrinsic, isolated, invariant property of an object. A body resists acceleration due to its own internal nature, regardless of what surrounds it. The ArcSecs engine, adopting Mach's Principle via the application of Weber electrodynamics and Relational Mechanics, completely redefines inertia. In this engine, inertia is not a static variable stored in a rigidbody.mass component. Instead, it is a dynamic interaction energy—a real gravitational drag generated by the relative motion between the local body and the rest of the massive universe.52

Weber's Relational Law and Mach's Principle

Wilhelm Weber's fundamental force law, originally formulated in 1846 for electrodynamics 54, depends solely on the relative distance ([Figure omitted from source export]), relative radial velocity ([Figure omitted from source export]), and relative radial acceleration ([Figure omitted from source export]) between interacting bodies.55 It is completely relational, depending only on magnitudes intrinsic to the system of interacting charges, and is entirely independent of absolute space.55 When generalized to gravitation by theorists like Tisserand, Erwin Schrödinger, and contemporarily by André Koch Torres Assis, Weber's potential energy between two masses [Figure omitted from source export] and [Figure omitted from source export] is defined as 58: [Figure omitted from source export] Using this purely relational framework, Assis provided a complete mathematical implementation of Mach's principle.58 According to relational mechanics, all inertial forces (including centrifugal and Coriolis forces) are real forces of gravitational origin acting between a body and the distant universe.52 Specifically, Assis demonstrated that the force exerted by a linearly accelerated spherical shell (representing the isotropic distribution of cosmic matter) on an internal test body generates a force exactly proportional to the body's acceleration relative to the shell.22 Therefore, Newton's second law ([Figure omitted from source export]) is not an axiom, but a derived consequence of gravitational induction.53

The Machian Inertia Sandbox

To simulate this within a real-time physics engine, the software must continuously calculate the interaction between a local test mass and the cosmic background. This is a computationally heavy operation, made possible by the engine's graph-based ECS, which abstracts the distant universe into a single, cohesive background node acting upon the local nodes.

  • The Cosmic Shell Representation: The background of the simulation sandbox is rendered not as an empty, decorative skybox, but as a faint, ubiquitous, interactive "shell" representing the distant galaxies and the tired-light/dark-matter substrate of the universe.22 This shell represents the macroscopic mass of the cosmos.
  • Inertial Induction and Weber Tethers: When the user applies a thrust vector to accelerate a spacecraft in the engine, the physics solver does not query a static mass variable to calculate acceleration. Instead, it calculates the Weber induction force. As the ship attempts to accelerate, the UI visualizes "inertia" dynamically. Glowing, elastic Weber force tethers appear, springing from the distant cosmic shell and connecting directly to the ship.60
  • Visualizing Relational Drag: These tethers visually pull back against the ship's vector of acceleration. The mechanical resistance the user feels (e.g., the sluggishness of a massive ship turning or accelerating) is visually and mathematically proven via UI readouts to be a relational gravitational drag emanating from the surrounding universe.60
  • The Cosmic Void Experiment: To prove that inertia is relational, the sandbox allows users to manipulate the density of the cosmic shell itself. If the user flies the ship into a deeply isolated cosmic void, or uses developer tools to manually delete large swaths of the background universe from the simulation, the UI responds immediately. The Weber tethers visibly weaken and thin out. Without the gravitational drag of the distant stars, the ship's inertial mass mathematically drops.52 The ship becomes incredibly responsive to thrust, accelerating at rates that would be impossible in a dense galaxy. This interactive experiment proves unequivocally that resistance to acceleration is an environmental variable, not an intrinsic property.

Conclusion

The ArcSecs Relational Physics Engine transcends the traditional role of a standard simulator; it functions as a comprehensive, interactive manifesto of computational metaphysics. By explicitly excising the Cartesian grid in favor of a coordinate-free Riemannian graph topology, overriding the standard relativistic scaling of time intervals to enforce absolute cosmic synchronicity, and manifesting light as a massive Proca corpuscle subject to classical Newtonian gravity, the engine systematically dismantles the intuitive and computational reliance on General Relativity. Through the implementation of the Universal Cosmic Clock and the Retardation Visualizer, users learn that time is immutable, and that atomic clock dilation is a mere mechanical consequence of gravitational potential energy acting upon hyperfine transitions.14 Through the dynamic tethers of the Leibniz Void and the Machian Inertia Sandbox, users experience space and mass not as isolated, intrinsic entities, but as continuous, interconnected relationships governed by Weber's relational force law.22 Finally, through the visual translation of Tired Light and Soldner Lensing, the esoteric concepts of massive vector potentials and corpuscular celestial mechanics are rendered as visible, undeniable mechanical interactions.29 The resulting software architecture yields a rigorously constructed virtual universe where the abstract geometry of warped spacetime is entirely replaced by physical, relational mechanics. The ArcSecs engine provides profound proof-of-concept that a universe can be simulated, navigated, and comprehensively understood without ever invoking an expanding, curving fabric of space.

Works cited

  1. ECS and physics engine : r/gameenginedevs \- Reddit, accessed May 28, 2026, https://www.reddit.com/r/gameenginedevs/comments/s8lnve/ecs\_and\_physics\_engine/
  2. Physics Engine from Scratch \- YouTube, accessed May 28, 2026, https://www.youtube.com/watch?v=BtJfHoxAc4w
  3. Simulating Complex Physics with Graph Networks: Step by Step | by Shiyu Li \- Medium, accessed May 28, 2026, https://medium.com/stanford-cs224w/simulating-complex-physics-with-graph-networks-step-by-step-177354cb9b05
  4. Re: parsecs and arcsecs \- UCLA Physics & Astronomy, accessed May 28, 2026, https://www.physics.ucla.edu/wwwboard/voh/fall97\_quarter/physics/3\_Huffman/messages/6.html
  5. Ast 401/Phy 580 Fall 2015 \- Lowell Observatory, accessed May 28, 2026, http://www2.lowell.edu/users/massey/6\_Telescopes.pdf
  6. Arcseconds: Definition & Applications \- Physics \- StudySmarter, accessed May 28, 2026, https://www.studysmarter.co.uk/explanations/physics/astrophysics/arcseconds/
  7. Minute and second of arc \- Wikipedia, accessed May 28, 2026, https://en.wikipedia.org/wiki/Minute\_and\_second\_of\_arc
  8. Parsec confusion \- astronomy \- Physics Stack Exchange, accessed May 28, 2026, https://physics.stackexchange.com/questions/762253/parsec-confusion
  9. Please can someone explain parsec arcsec and AU (physics)\!\!\!\!? : r/6thForm \- Reddit, accessed May 28, 2026, https://www.reddit.com/r/6thForm/comments/8n90q0/please\_can\_someone\_explain\_parsec\_arcsec\_and\_au/
  10. A coordinate-free theory of virtual holonomic constraints, accessed May 28, 2026, https://www.aimsciences.org/article/doi/10.3934/jgm.2018018
  11. Coordinate-free \- Wikipedia, accessed May 28, 2026, https://en.wikipedia.org/wiki/Coordinate-free
  12. Make a Pendulum \- OpenSim Creator Documentation, accessed May 28, 2026, https://docs.opensimcreator.com/manual/en/latest/make-a-pendulum.html
  13. History of Atomic Clocks \- PMC, accessed May 28, 2026, https://pmc.ncbi.nlm.nih.gov/articles/PMC6768155/
  14. Caesium standard \- Wikipedia, accessed May 28, 2026, https://en.wikipedia.org/wiki/Caesium\_standard
  15. Deconstructing Time. What causes the transition between the… | by Hank M. Greene | Medium, accessed May 28, 2026, https://medium.com/@hankmgreene/deconstructing-time-12cbff8ee131
  16. general relativity \- Gravity's effect on time \- Physics Stack Exchange, accessed May 28, 2026, https://physics.stackexchange.com/questions/544389/gravitys-effect-on-time
  17. 27532737.pdf \- Open Research Online, accessed May 28, 2026, https://oro.open.ac.uk/62860/1/27532737.pdf
  18. Coordinate and position systems \- Unity \- Manual, accessed May 28, 2026, https://docs.unity3d.com/2021.3/Documentation/Manual/UIE-coordinate-and-position-system.html
  19. A Relative Coordinate-Based Topology Shaping Method for UAV Swarm with Low Computational Complexity \- MDPI, accessed May 28, 2026, https://www.mdpi.com/2076-3417/12/5/2631
  20. 3D L system Grapher : r/desmos \- Reddit, accessed May 28, 2026, https://www.reddit.com/r/desmos/comments/1h2s1oi/3d\_l\_system\_grapher/
  21. Coordinate Systems and Node Transformation Properties \- Cocos Creator, accessed May 28, 2026, https://docs.cocos.com/creator/2.4/manual/en/concepts/scene/coord.html
  22. Relational Mechanics \- Unicamp, accessed May 28, 2026, https://www.ifi.unicamp.br/\~assis/Relational-Mechanics-Mach-Weber.pdf
  23. Integrating Scene Graphs and Physics Engines \- Game Development Stack Exchange, accessed May 28, 2026, https://gamedev.stackexchange.com/questions/46700/integrating-scene-graphs-and-physics-engines
  24. Generating Upper-Body Motion for Real-Time Characters Making their Way through Dynamic Environments \- LIX (Polytechnique), accessed May 28, 2026, https://www.lix.polytechnique.fr/vista/vista-web-data/publications/2022\_alvarado\_sca/sca2022\_alvarado.pdf
  25. Where Is The Ball: 3D Ball Trajectory Estimation From 2D Monocular Tracking \- arXiv, accessed May 28, 2026, https://arxiv.org/html/2506.05763v1
  26. Soldner's Deflections \- MathPages, accessed May 28, 2026, https://www.mathpages.com/home/kmath788/kmath788.htm
  27. Henry Cavendish, Johann von Soldner, and the deflection of light \- Clifford M. Will \- AIP Publishing, accessed May 28, 2026, https://pubs.aip.org/aapt/ajp/article-pdf/56/5/413/11918973/413\_1\_online.pdf
  28. Why Didn't They Know Nonsense?. The first calculation of the deflection… | by Gatot Soedarto | Medium, accessed May 28, 2026, https://medium.com/@GatotSoedarto/why-didnt-they-know-nonsense-69ac15c48126
  29. A History of Light Deflection with Newtonian and General Relativity Perspectives \- viXra.org, accessed May 28, 2026, https://www.vixra.org/pdf/2304.0099v3.pdf
  30. Gravitational Deflection of Particles of Light by the Earth and by the Sun: A Reconstruction of the Calculations Done by Soldner in 1801 \- SCIRP, accessed May 28, 2026, https://www.scirp.org/journal/paperinformation?paperid=116137
  31. Speed of light \- Wikipedia, accessed May 28, 2026, https://en.wikipedia.org/wiki/Speed\_of\_light
  32. Hyperbolic Trajectories (\\(e \> 1\\)) — Orbital Mechanics & Astrodynamics, accessed May 28, 2026, https://orbital-mechanics.space/time-since-periapsis-and-keplers-equation/hyperbolic-trajectories.html
  33. Symplectic numerical methods in optics and imaging: ray tracing in spherical gradient-index lenses and computer-generated image rendering \- Optica Publishing Group, accessed May 28, 2026, https://opg.optica.org/abstract.cfm?uri=ao-62-32-8621
  34. An explicit integrator uniform in the true anomaly and exactly preserving all integrals of motion in the three-dimensional Kepler problem \- arXiv, accessed May 28, 2026, https://arxiv.org/pdf/2512.12099
  35. Numerical Methods and Tolerance Analysis for Orbit Propagation \- San Jose State University, accessed May 28, 2026, https://www.sjsu.edu/ae/docs/project-thesis/Angel.Rocha.Sp18.pdf
  36. (PDF) Symplectic numerical methods in optics and imaging: ray tracing in spherical gradient-index lenses and computer-generated image rendering \- ResearchGate, accessed May 28, 2026, https://www.researchgate.net/publication/372495015\_Symplectic\_numerical\_methods\_in\_optics\_and\_imaging\_ray\_tracing\_in\_spherical\_gradient-index\_lenses\_and\_computer-generated\_image\_rendering
  37. Radiation and Scattering of Massive Photons \- Communications of BAO, accessed May 28, 2026, https://combao.bao.am/AllIssues/2024/307-321.pdf
  38. Massive photons in particle and laser physics \- arXiv, accessed May 28, 2026, https://arxiv.org/pdf/hep-ph/0308190
  39. The mass of the photon, accessed May 28, 2026, https://sces.phys.utk.edu/\~dagotto/electromag/scanned-lectures/PhotonMass\_rpp5\_1\_RO2.pdf
  40. Dispersive interaction between two atoms in Proca Quantum Electrodynamics \- arXiv, accessed May 28, 2026, https://arxiv.org/html/2406.06862v1
  41. Proca Metamaterials, Massive Electromagnetism, and Nonlocality \- TechRxiv, accessed May 28, 2026, https://www.techrxiv.org/doi/pdf/10.36227/techrxiv.13567529
  42. Particle or wave? The dual nature allows another description of the electromagnetic waves in terms of particles called photons. As a particle the photon can have a ≥rest mass≤, it can carry energy and momentum. The photon mass is considered to be zero. This conception turns out to be very powerful in building the most significant theory in physics in the same way like so many laws are established on the foundation of a point charge or a point body. In reality we may ask if the mass of proton in rest is really zero, or at least zero within the uncertainties of a real experiment., accessed May 28, 2026, https://www.phys.lsu.edu/students/kristina/PhMass/PhMass.html
  43. Tired light \- Wikipedia, accessed May 28, 2026, https://en.wikipedia.org/wiki/Tired\_light
  44. Cosmic Microwave Background Radiation within the Zwicky Tired Light Hypothesis \- arXiv, accessed May 28, 2026, https://arxiv.org/html/2504.10510v1
  45. Alternative Explanation of the Cosmological Red Shift by the Tachyon Plasma Field in Intergalactic Space \- Global Journals, accessed May 28, 2026, https://globaljournals.org/GJSFR\_Volume20/4-Alternative-Explanation-of-the-Cosmological.pdf
  46. Cosmological Redshift Caused by Head-On Collisions with CMB Photons, Not by Expansion of Space \- SCIRP, accessed May 28, 2026, https://www.scirp.org/journal/paperinformation?paperid=136613
  47. The mass of the photon, accessed May 28, 2026, http://home.ustc.edu.cn/\~gengb/190927/10.1088.0034-4885.68.1.R02.pdf
  48. Dark matter and dark energy denote the gravitation of the expanding universe \- Frontiers, accessed May 28, 2026, https://www.frontiersin.org/journals/physics/articles/10.3389/fphy.2022.995977/full
  49. The Quantum Redshift Effect of Photon \- SCIRP, accessed May 28, 2026, https://www.scirp.org/journal/paperinformation?paperid=114368
  50. Other explanation for cosmological redshift? \- Physics Stack Exchange, accessed May 28, 2026, https://physics.stackexchange.com/questions/143978/other-explanation-for-cosmological-redshift
  51. Diffusive interactions between photons and electrons: an application to cosmology \- arXiv, accessed May 28, 2026, https://arxiv.org/html/2410.02036v1
  52. The Mystery of Inertia. It's stranger than gravity \- Peter Ripota, accessed May 28, 2026, https://peterripota.medium.com/the-mystery-of-inertia-d430509775fd
  53. Gravitational induction with Weber's force \- Canadian Science Publishing, accessed May 28, 2026, https://cdnsciencepub.com/doi/abs/10.1139/cjp-2015-0285
  54. Wilhelm Weber: On the Energy of Interaction (translated and edited by AKT Assis) \- arXiv, accessed May 28, 2026, https://arxiv.org/pdf/2009.09296
  55. Weber' s Electrodynamics \- hlevkin, accessed May 28, 2026, https://www.hlevkin.com/hlevkin/90MathPhysBioBooks/Physics/WeberElectrodynamics.pdf
  56. Weber's Electrodynamics \- Unicamp, accessed May 28, 2026, https://www.ifi.unicamp.br/\~assis/Weber-Electrodynamics-18-02-2020.pdf
  57. Mach's Principle and the Origin of Inertia, accessed May 28, 2026, https://pages.jh.edu/rrynasi1/PhysicalPrinciples/literature/Sachs%2BRoy%28eds%292003MachsPrinciple%2BTheOriginOfInertia.pdf
  58. virial theorem for Weber's law \- Unicamp, accessed May 28, 2026, https://www.ifi.unicamp.br/\~assis/Virial(2004).pdf
  59. Preprint 9 \- MPIWG, accessed May 28, 2026, https://www.mpiwg-berlin.mpg.de/Preprints/P9.PDF
  60. Foundations of Electromagnetism: A Review of Wilhelm Weber's ..., accessed May 28, 2026, https://www.mdpi.com/2673-9321/2/4/65
  61. Relational Mechanics \- isidore.co, accessed May 28, 2026, https://isidore.co/misc/Physics%20papers%20and%20books/Zotero/storage/8B6LWQHZ/Assis%20-%202014%20-%20Relational%20Mechanics%20and%20Implementation%20of%20Mach's%20.pdf
  62. Comparison between Weber's electrodynamics and classical electrodynamics \- Indian Academy of Sciences, accessed May 28, 2026, https://www.ias.ac.in/article/fulltext/pram/055/03/0393-0404
  63. Webers-Electrodynamics-NPA (slides) (Assis, from Brazil).pdf \- isidore.co, accessed May 28, 2026, https://isidore.co/misc/Physics%20papers%20and%20books/Assis/Webers-Electrodynamics-NPA%20%20(slides)%20(Assis,%20from%20Brazil).pdf