SS Orbit cockpit runtime

WASM cockpit / C11 physics

Run the real orbit loop.

This page holds the static scene notes beside the canvas so the renderer can focus on live state. The checked Emscripten artifact is still produced by make web, with the browser frame and raylib window initialized to the same responsive size.

C11 + raylib SI units 8 bodies WASM artifact
Scene

Milestone 7 renders Sun, Mercury, Venus, Earth, Moon, Mars, Phobos, and Deimos.

Time scale

86400 simulation seconds for each real second.

Physics

SI Newtonian baseline. Rendering scale maps 1 AU to 10 units.

Illustrative view

Planets stay readable and parent-relative moons get visual separation.

Initial states

Moon starts at Earth perigee. Mars, Phobos, and Deimos start from periapsis states with vis-viva speed.

Renderer behavior

The grid expands to the farthest rendered orbit. Planet and moon trails keep their full motion history.

Responsive frame

The page frame and raylib WebAssembly window start from the same measured canvas size, without changing the renderer's physics boundary.

Downloading simulator…
Tab/C focus V scale Mouse wheel zoom
Runtime log Waiting for WebAssembly artifact.