⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 261: Adaptive Integration Browser Demo

完了 ← タスク一覧

Task 261: Adaptive Integration Browser Demo

Status: DONE

Priority: HIGH

Objective

Create an interactive browser demo page for the orbital propagation WASM functions (RK45 Dormand-Prince, Störmer-Verlet symplectic, and fixed-step RK4). Of the ~90+ WASM-exported functions, only 8 are used browser-side. This demo addresses the massive export-to-usage gap and fulfills DESIGN.md's requirement for browser-reproducible analysis.

Context

Scope

  1. Standalone HTML example page: ts/examples/propagation-demo.html
  2. Browser JS module: ts/src/propagation-demo.js
  3. Features:

- Select integrator (RK4, RK45, Störmer-Verlet)

- Configure initial conditions (preset scenarios from episode transfers)

- Visualize trajectory in 2D SVG

- Compare integrator accuracy (energy drift) and step counts

- Show planetary orbits as reference

  1. E2E test for the demo page
  2. Build pipeline integration (copy JS + HTML to dist)

Remaining Work

Acceptance Criteria