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
Binary file added docs/assets/InterferometryLab.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">20</span>
<span class="count">21</span>
</div>
<div class="grid">
<a class="card" href="https://openphysics.github.io/ACPhasor/" style="--hue: 33;">
Expand Down Expand Up @@ -352,6 +352,17 @@ <h3>Heat Transfer</h3>
<div class="tags"><span class="tag">heat transfer</span><span class="tag">conduction</span><span class="tag">convection</span></div>
</div>
</a>
<a class="card" href="https://openphysics.github.io/InterferometryLab/" style="--hue: 334;">
<div class="thumb"><img src="assets/InterferometryLab.webp" alt="Interferometry Lab simulation screenshot" loading="lazy" decoding="async" width="1154" height="753"><span class="badge">IL</span></div>
<div class="card-body">
<div class="card-head">
<h3>Interferometry Lab</h3>
<span class="card-arrow" aria-hidden="true">&rarr;</span>
</div>
<p>Physical-optics simulation of Michelson, Mach-Zehnder, and Fabry-Perot interferometers: optical path length, phase, coherence, and fringe formation.</p>
<div class="tags"><span class="tag">optics</span><span class="tag">physical optics</span><span class="tag">interference</span></div>
</div>
</a>
<a class="card" href="https://openphysics.github.io/LightPropagation/" style="--hue: 220;">
<div class="thumb"><img src="assets/LightPropagation.webp" alt="Light Propagation simulation screenshot" loading="lazy" decoding="async" width="1154" height="753"><span class="badge">LP</span></div>
<div class="card-body">
Expand Down Expand Up @@ -683,7 +694,7 @@ <h3>Variable Star Photometry</h3>
</main>

<footer>
<p>34 live simulations &middot; Built with <a href="https://scenerystack.org/">SceneryStack</a> &middot; GNU Affero GPL v3 &middot;
<p>35 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/InterferometryLab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions structure/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,33 @@
],
"status": "active"
},
{
"name": "InterferometryLab",
"displayName": "Interferometry Lab",
"type": "simulation",
"isSimulation": true,
"lineage": "original",
"upstream": null,
"language": [
"TypeScript"
],
"framework": "SceneryStack",
"description": "Physical-optics simulation of Michelson, Mach-Zehnder, and Fabry-Perot interferometers: optical path length, phase, coherence, and fringe formation.",
"deployedUrl": "https://openphysics.github.io/InterferometryLab",
"physicsTopics": [
"optics",
"physical optics",
"interference",
"coherence",
"wave optics"
],
"screens": [
"Michelson",
"Mach-Zehnder",
"Fabry-Perot"
],
"status": "active"
},
{
"name": "jscd48",
"displayName": "jscd48",
Expand Down
Loading