|
11 个月前 | |
---|---|---|
.github | 3 年前 | |
demos | 11 个月前 | |
dist | 1年前 | |
docs | 11 个月前 | |
docs_overrides | 1年前 | |
plugins | 11 个月前 | |
src | 11 个月前 | |
.gitignore | 1年前 | |
CHANGES.md | 1年前 | |
CONTRIBUTING.md | 1年前 | |
LICENSE.md | 1年前 | |
README.md | 1年前 | |
mkdocs.yml | 1年前 | |
package-lock.json | 1年前 | |
package.json | 1年前 | |
tsconfig.json | 3 年前 | |
webpack.config.js | 1年前 |
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.