
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
A playable engineering prototype of a real-time open-wheel race management simulation that runs the 2026 Formula 1 driver grid around Silverstone using a deterministic fixed-timestep simulation in a Web Worker.
22
No data
2
0
No data
2026-07-28
It demonstrates a working deterministic race simulation with real 2026 F1 data, including tyre life, fuel burn, and driver commands, all running client-side with a live map and timing tower.
First playable engineering slice for a real-time open-wheel race management simulation. The prototype runs the current 2026 Formula 1 driver grid around Silverstone using a deterministic fixed-timestep simulation in a Web Worker.
npm install
npm run dev
Open http://localhost:3000.
20260712 and the original grid.npm run lint
npm run typecheck
npm test
npm run build
The footer exposes the fixed tick, seed, and deterministic state hash.
Included: the 11-team/22-driver 2026 grid, Silverstone's 5.891 km Grand Prix layout and 52-lap race distance, continuously extrapolated curved-centreline movement, lap/position/gaps, tyre life and temperature, fuel burn, Pace and Tyre Management commands, PixiJS live map, timing tower, two player-car cards, fixed tick, speed controls, deterministic reset, and debug data.
Intentionally deferred: tyre-set changes and pit stops, 2026 energy deployment, active-aero rules beyond zone visualization, battle resolution, weather, safety car, qualifying, and team management. These are sequenced in F1_2026_GAME_DESIGN.md.
Similar projects matched by category, topics, and programming language.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.