Skip to content

Commit cd775b4

Browse files
committed
- add physics simulator to sidebar.html and tools.json, add screenshot
1 parent f7d1983 commit cd775b4

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,5 +1450,16 @@
14501450
"aiPowered": false,
14511451
"featured": false,
14521452
"date": "2025-05-16"
1453+
},
1454+
{
1455+
"id": "physics_simulator",
1456+
"title": "Physics Simulator",
1457+
"description": "Experiment with an interactive physics playground. Create objects, adjust gravity, bounce, and friction to see real physics in action. Try fun presets like Newton's Cradle, Domino Effect, and Pinball.",
1458+
"url": "tools/physics_simulator.html",
1459+
"screenshot": "screenshots/screenshot_188.webp",
1460+
"type": "tool",
1461+
"aiPowered": false,
1462+
"featured": false,
1463+
"date": "2025-05-16"
14531464
}
14541465
]

screenshots/screenshot_188.webp

13.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ <h2>Tools by ChatGPT</h2>
273273
<li><a href="/tools/speed_reading_trainer.html">Speed Reading Trainer</a></li>
274274
<li><a href="/tools/radial_spectrum_visualizer.html">Radial Spectrum Visualizer</a></li>
275275
<li><a href="/tools/latex_editor.html">Online LaTeX Editor</a></li>
276+
<li><a href="/tools/physics_simulator.html">Physics Simulator</a></li>
276277
<!-- end -->
277278
</ul>
278279
</div>

0 commit comments

Comments
 (0)