You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="description" content="Demo of encantar.js, a GPU-accelerated Augmented Reality engine for the web">
  6. <meta name="author" content="Alexandre Martins (alemart)">
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <title>encantar.js WebAR demo with WebGL</title>
  9. <link href="../assets/poster.css" rel="stylesheet">
  10. <script data-goatcounter="https://encantar-js.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
  11. <script src="../assets/poster.js"></script>
  12. </head>
  13. <body data-ar-images="my-reference-image.webp">
  14. <nav>
  15. <a id="get" href="https://encantar.dev">Get encantar.js</a>
  16. <a id="film" href="video.html"><i></i></a>
  17. <a id="prev" href="#"></a>
  18. <a id="next" href="#"></a>
  19. </nav>
  20. <section id="qr-code-area">
  21. <h4>QR code</h4>
  22. <a href="index.html"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
  23. <small>Scan or click</small>
  24. </section>
  25. </body>
  26. </html>