Skip to content

Commit 725370e

Browse files
committed
Add links to index page
1 parent 0bba246 commit 725370e

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Examples showing how to view **2D DWG/DXF drawings** in the browser using the `@x-viewer/core` 2D viewer engine (WebGL/Three.js based).
44

5-
- **Online demos**: [Online examples](https://dwg.thingraph.site/)
5+
## Built with @x-viewer/core
6+
7+
| Application | Description |
8+
|---|---|
9+
| [cad.thingraph.site](https://cad.thingraph.site/) | CAD viewer — View 2D(DWG, DXF) & 3D CAD models(glTF, GLB, OBJ, FBX, STL) directly in your browser |
10+
| [drive.thingraph.site](https://drive.thingraph.site/) | DWG viewer - View DWG/DXF files directly in Google Drive |
11+
| [dwg.thingraph.site](https://dwg.thingraph.site/) | Live SDK examples and demos |
612

713
## Run examples
814

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,11 @@ <h1 class="hero-title">DWG Viewer Examples</h1>
340340
<div class="footer-content">
341341
Contact: <a href="mailto:thingraph@outlook.com">thingraph@outlook.com</a>
342342
&nbsp;|&nbsp;
343-
<a class="footer-link" href="https://github.com/thingraph/dwg-viewer-example" target="_blank" rel="noopener">GitHub</a>
343+
<a class="footer-link" href="https://github.com/thingraph" target="_blank" rel="noopener">GitHub</a>
344+
&nbsp;|&nbsp;
345+
<a class="footer-link" href="https://cad.thingraph.site/examples" target="_blank" rel="noopener">CAD Viewer</a>
346+
&nbsp;|&nbsp;
347+
<a class="footer-link" href="https://drive.thingraph.site/examples" target="_blank" rel="noopener">DWG Viewer</a>
344348
</div>
345349
</footer>
346350

0 commit comments

Comments
 (0)