Skip to content

Commit 9c58049

Browse files
committed
- add 3d fractal viewer to sidebar, tools.json and add screenshot
1 parent 8c1e093 commit 9c58049

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
@@ -1274,5 +1274,16 @@
12741274
"aiPowered": false,
12751275
"featured": false,
12761276
"date": "2025-04-07"
1277+
},
1278+
{
1279+
"id": "fractal_viewer_3d",
1280+
"title": "3D Fractal Explorer",
1281+
"description": "Explore mesmerizing 3D fractals in real-time with customizable parameters, colors, and high-quality rendering.",
1282+
"url": "tools/fractal_viewer_3d.html",
1283+
"screenshot": "screenshots/screenshot_168.png",
1284+
"type": "tool",
1285+
"aiPowered": false,
1286+
"featured": true,
1287+
"date": "2025-04-08"
12771288
}
12781289
]

screenshots/screenshot_168.png

48.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ <h2>Tools by ChatGPT</h2>
253253
<li><a href="/tools/markdown_table_generator.html">Markdown Table Generator</a></li>
254254
<li><a href="/games/emoji_horde_survival.html">Emoji Horde Survival</a></li>
255255
<li><a href="/tools/color_blindness_simulator.html">Color Blindness Simulator</a></li>
256+
<li><a href="/tools/fractal_viewer_3d.html">3D Fractal Explorer</a></li>
256257
<!-- end -->
257258
</ul>
258259
</div>

0 commit comments

Comments
 (0)