|
11 kuukautta sitten | |
---|---|---|
.github | 3 vuotta sitten | |
demos | 11 kuukautta sitten | |
dist | 1 vuosi sitten | |
docs | 11 kuukautta sitten | |
docs_overrides | 1 vuosi sitten | |
plugins | 11 kuukautta sitten | |
src | 11 kuukautta sitten | |
.gitignore | 1 vuosi sitten | |
CHANGES.md | 1 vuosi sitten | |
CONTRIBUTING.md | 1 vuosi sitten | |
LICENSE.md | 1 vuosi sitten | |
README.md | 1 vuosi sitten | |
mkdocs.yml | 1 vuosi sitten | |
package-lock.json | 1 vuosi sitten | |
package.json | 1 vuosi sitten | |
tsconfig.json | 3 vuotta sitten | |
webpack.config.js | 1 vuosi sitten |
Create amazing Augmented Reality experiences with encantAR.js, a GPU-accelerated Augmented Reality engine for the web.
:books: Documentation: https://alemart.github.io/encantar-js/
:arrow_right: Launch now!
Guidelines:
- Don’t move the camera too quickly. This produces motion blur.
- The target image should appear clearly in the video.
- The physical environment should be properly illuminated.
<script>
tag in your page. A static HTML page is enough to get started.encantAR.js is compatible with all major web browsers:
Chrome | Edge | Firefox | Opera | Safari* |
---|---|---|---|---|
✔ | ✔ | ✔ | ✔ | ✔ |
* use Safari 15.2 or later.
encantAR.js requires WebGL2 and WebAssembly.
encantAR.js is developed by Alexandre Martins and released under the LGPL. It is based on Speedy Vision.