Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
alemart 52d5b3aeab Set the namespace to AR il y a 1 an
..
NOTICE.html Update to encantar.js il y a 1 an
README.html Update to encantar.js il y a 1 an
demo.css Update demos il y a 1 an
demo.js Set the namespace to AR il y a 1 an
index.html Update to encantar.js il y a 1 an
qr-code.gif Update demos il y a 1 an
video.html Update to encantar.js il y a 1 an

README.html

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>encantAR.js WebAR template</title>
<style>
li + li {
margin-top: 1em;
}

ul {
list-style-type: none;
padding-left: 1em;
}

img.qr-code {
display: block;
width: 256px;
image-rendering: pixelated;
}

a.button img {
width: 6em;
height: 6em;
border-radius: 8px;
}
</style>
</head>
<body>
<h1>WebAR template: Hello, world!</h1>
<p>Scan the QR code to launch the web-based Augmented Reality experience. Next, scan <a href="../assets/my-reference-image.webp" target="_blank">this cartoon</a>.</p>

<h2>Menu</h2>
<ul>
<li><a href="index.html">Launch the WebAR experience</a></li>
<li><a href="video.html">Test with a pre-recorded video</a></li>
<li><a href="NOTICE.html">See the attribution notices</a></li>
<li><a href="../">Try other WebAR demos</a></li>
</ul>

<h2>QR code</h2>
<img src="qr-code.gif" alt="QR code" class="qr-code">

<h2>Share</h2>
<p>This application is powered by <a href="https://alemart.github.io/encantar-js" target="_blank">encantAR.js: GPU-accelerated Augmented Reality for the web</a>.</p>
<div>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Falemart.github.io/encantar-js&quote=%23encantar-js" target="_blank" rel="external" class="button"><img src="../assets/facebook.png" alt="Share on Facebook"></a>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Falemart.github.io/encantar-js&hashtags=encantar-js" target="_blank" rel="external" class="button"><img src="../assets/twitter.png" alt="Share on X"></a>
<a href="https://wa.me/?text=https%3A%2F%2Falemart.github.io/encantar-js" target="_blank" rel="external" class="button"><img src="../assets/whatsapp.png" alt="Share via WhatsApp"></a>
<a href="https://t.me/share/url?url=https%3A%2F%2Falemart.github.io/encantar-js" target="_blank" rel="external" class="button"><img src="../assets/telegram.png" alt="Share via Telegram"></a>
</div>
</body>
</html>