選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
alemart 52d5b3aeab Set the namespace to AR 1年前
.github Simplify 3年前
demos Set the namespace to AR 1年前
docs Set the namespace to AR 1年前
docs_overrides Update to encantar.js 1年前
src Set the namespace to AR 1年前
.gitignore Update .gitignore 1年前
CHANGES.md Update CHANGES 1年前
CONTRIBUTING.md Update to encantar.js 1年前
LICENSE.md Add license 1年前
README.md Update to encantar.js 1年前
mkdocs.yml Set the namespace to AR 1年前
package-lock.json Update to encantar.js 1年前
package.json Update to encantar.js 1年前
tsconfig.json Initial commit 3年前
webpack.config.js Set the namespace to AR 1年前

README.md

encantAR.js WebAR engine

GitHub release (latest by date) GitHub file size in bytes on a specified ref (branch/commit/tag) GitHub Repo stars GitHub Sponsors

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/

Features

  • Runs everywhere: on Android, on iOS, and even on Desktop computers. No need of AR-capable devices.
  • Image tracking. Use it to track detailed images such as: book covers, cartoons and photos.

Try a demo

: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.

Why use encantAR.js?

  • No need to download apps! encantAR.js is a WebAR engine: it runs in web browsers. Users can access the AR experiences immediately.
  • Easy to get started! encantAR.js can be used with a <script> tag in your page. A static HTML page is enough to get started.
  • Fast and powerful! encantAR.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
  • Fully standalone! encantAR.js is built from scratch using standard web technologies. No need for additional hardware or software!
  • Free and open-source! Get started right away!

Browser compatibility

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.

About

encantAR.js is developed by Alexandre Martins and released under the LGPL. It is based on Speedy Vision.