File size: 2,612 Bytes
b2e12fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My VR App</title>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<!-- Create a sphere -->
<a-sphere position="-2 0 -5" radius="1" color="#ffffff" opacity="0.5"></a-sphere>
<!-- Create a cylinder -->
<a-cylinder position="0 0 -5" radius="0.5" height="2" color="#ffffff" opacity="0.5"></a-cylinder>
<!-- Create a thin rectangular shape -->
<a-box position="2 0 -5" width="1" height="0.1" depth="2" color="#ffffff" opacity="0.5"></a-box>
<!-- Create 3D text -->
<a-entity position="-1 1 -5" text="value: Hello, World!; font: fonts/helvetiker_regular.typeface.json; size: 0.5; color: #ffffff"></a-entity>
<!-- Add camera and cursor -->
<a-entity camera look-controls>
<a-cursor></a-cursor>
</a-entity>
</a-scene>
<iframe
src="https://awacke1-sentence2paragraph.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
<iframe
src="https://awacke1-image-semantic-search.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
<a-scene>
<a-entity camera position="0 1.6 0"></a-entity>
<a-plane position="0 0 0" rotation="-90 0 0" width="100" height="100" color="#CCC"></a-plane>
<a-curvedimage position="0 1 -5" rotation="0 180 0" scale="3 3 3"
src="https://i.imgur.com/guK6sz9.jpg" radius="10">
<a-image position="-2.5 0.5 0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://lukemerrett.com/building-c4-diagrams-in-mermaid/"></a-image>
<a-image position="-2.5 0.5 -0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://lukemerrett.com/using-mermaid-flowchart-syntax-in-notion/"></a-image>
<a-image position="-1.5 0.5 0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://lukemerrett.com/c4-diagrams-as-code-architectural-joy/"></a-image>
<a-image position="-1.5 0.5 -0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://huggingface.co/spaces/AI-Dashboards/CP.Matplotlib.NetworkX.Streamlit.PyVis.Graphviz"></a-image>
<a-image position="-0.5 0.5 0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://huggingface.co/spaces/awacke1/GraphViz-Demo"></a-image>
<a-image position="-0.5 0.5 -0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://huggingface.co/spaces/awacke1/AIZTH-03-09-2023"></
</a-scene>
</body>
</html> |