Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ACCESSIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default.

> **Scope:** every active SceneryStack TypeScript simulation in
> [`structure/repos.json`](structure/repos.json) (`isSimulation` + `framework: SceneryStack`)
> plus `SceneryStackTemplate`. As of 2026-07-31 that is 29 sims including ACPhasor,
> plus `SceneryStackTemplate`. As of 2026-08-05 that is 31 sims including ACPhasor,
> BasicCoordinatesAndSeasons, CarnotHeatEngine, HabitableZones, LightPropagation, MotionsOfTheSun,
> Oscilloscope, Precession, SpecialRelativity, SternGerlach, and Zenith. The hardware
> web UI `tscd48` and the Python apps are out of scope and keep their own a11y docs.
Expand Down
2 changes: 1 addition & 1 deletion CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ conformant by default.

> **Scope:** every active SceneryStack TypeScript simulation in
> [`structure/repos.json`](structure/repos.json) (`isSimulation` + `framework: SceneryStack`)
> plus `SceneryStackTemplate`. As of 2026-07-31 that is 29 sims including ACPhasor,
> plus `SceneryStackTemplate`. As of 2026-08-05 that is 31 sims including ACPhasor,
> BasicCoordinatesAndSeasons, CarnotHeatEngine, HabitableZones, LightPropagation, MotionsOfTheSun,
> Oscilloscope, Precession, SpecialRelativity, SternGerlach, and Zenith. The hardware
> web UI `tscd48` and the Python apps (`pyro`, `pycd48`) are out of scope. Orchestration (`Baton`)
Expand Down
Binary file added docs/assets/PlateTectonics.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h1>OpenPhysics</h1>
<section>
<div class="section-head">
<h2>Core Simulations</h2>
<span class="count">16</span>
<span class="count">17</span>
</div>
<div class="grid">
<a class="card" href="https://openphysics.github.io/ACPhasor/" style="--hue: 33;">
Expand Down Expand Up @@ -363,6 +363,17 @@ <h3>Oscilloscope</h3>
<div class="tags"><span class="tag">oscilloscope</span><span class="tag">waveforms</span><span class="tag">signals</span></div>
</div>
</a>
<a class="card" href="https://openphysics.github.io/PlateTectonics/" style="--hue: 2;">
<div class="thumb"><img src="assets/PlateTectonics.webp" alt="Plate Tectonics simulation screenshot" loading="lazy" decoding="async" width="1154" height="753"><span class="badge">PT</span></div>
<div class="card-body">
<div class="card-head">
<h3>Plate Tectonics</h3>
<span class="card-arrow" aria-hidden="true">&rarr;</span>
</div>
<p>Interactive map of the Earth's tectonic plates drawn entirely from real data — PB2002 plate boundaries, USGS earthquakes, Holocene volcanoes and NOAA relief — plus cross-sections through a subduction zone, a spreading ridge and a transform fault, and a reconstruction clock running 50 Myr either side of the present.</p>
<div class="tags"><span class="tag">plate tectonics</span><span class="tag">seismology</span><span class="tag">volcanism</span></div>
</div>
</a>
<a class="card" href="https://openphysics.github.io/Precession/" style="--hue: 331;">
<div class="thumb"><img src="assets/Precession.webp" alt="Precession simulation screenshot" loading="lazy" decoding="async" width="1154" height="753"><span class="badge">P</span></div>
<div class="card-body">
Expand Down Expand Up @@ -639,7 +650,7 @@ <h3>Variable Star Photometry</h3>
</main>

<footer>
<p>30 live simulations &middot; Built with <a href="https://scenerystack.org/">SceneryStack</a> &middot; GNU Affero GPL v3 &middot;
<p>31 live simulations &middot; Built with <a href="https://scenerystack.org/">SceneryStack</a> &middot; GNU Affero GPL v3 &middot;
<a href="https://github.com/OpenPhysics/Baton">OpenPhysics/Baton</a></p>
</footer>
</div>
Expand Down
Binary file added screenshots/PlateTectonics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions structure/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,31 @@
],
"status": "active"
},
{
"name": "PlateTectonics",
"displayName": "Plate Tectonics",
"type": "simulation",
"isSimulation": true,
"lineage": "original",
"upstream": null,
"language": [
"TypeScript"
],
"framework": "SceneryStack",
"description": "Interactive map of the Earth's tectonic plates drawn entirely from real data — PB2002 plate boundaries, USGS earthquakes, Holocene volcanoes and NOAA relief — plus cross-sections through a subduction zone, a spreading ridge and a transform fault, and a reconstruction clock running 50 Myr either side of the present.",
"deployedUrl": "https://openphysics.github.io/PlateTectonics",
"physicsTopics": [
"plate tectonics",
"seismology",
"volcanism",
"geophysics",
"plate reconstruction"
],
"screens": [
"Plate Tectonics"
],
"status": "active"
},
{
"name": "Precession",
"displayName": "Precession",
Expand Down