8000 updated the main examples index.html file to have the icosahedron demo · kevin808/pyscript@028e108 · GitHub
[go: up one dir, main page]

Skip to content

Commit 028e108

Browse files
committed
updated the main examples index.html file to have the icosahedron demo
1 parent 31ff939 commit 028e108

File tree

Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script2.html" tar
6060

6161
<h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_blank”>TODO App</a></h2>
6262
<p>Demo showing how would a Simple TODO App would look like in PyScript</code> tag</p>
63+
64+
<h2 class="text-2xl font-bold text-blue-600"><a href="./webgl/raycaster/index.html" target=”_blank”>Webgl Icosahedron Example</a></h2>
65+
<p>Demo showing how would a Simple Webgl scene woudl work in PyScript</code> tag</p>
6366
</body>
6467
</html>