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.
alemart a7613a2044 Add links to the source code преди 10 месеца
.github Simplify преди 3 години
demos Add links to the source code преди 10 месеца
dist Update scripts преди 11 месеца
docs Make Viewport.style read-only. Improve the code. преди 11 месеца
docs_overrides Remove poster преди 1 година
plugins Introduced a built-in fullscreen button преди 11 месеца
src Change the handling of the fullscreenchange event преди 11 месеца
.gitignore Update .gitignore преди 1 година
CHANGES.md Update CHANGES преди 1 година
CONTRIBUTING.md Update to encantar.js преди 1 година
LICENSE.md Add license преди 1 година
README.md Change texts преди 11 месеца
mkdocs.yml Update description преди 1 година
package-lock.json Version bump преди 1 година
package.json Version bump преди 1 година
tsconfig.json Initial commit преди 3 години
webpack.config.js Introduce the plugins folder преди 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

Enchant your users with encantAR.js, a GPU-accelerated Augmented Reality engine for the web.

:magic_wand: Demos | :books: Learn | :heart: Sponsor

Features

  • Runs everywhere: on Android, on iOS, and even on Desktop computers!
  • Image tracking: track detailed images such as book covers, cartoons and photos.

Why use encantAR.js?

  • Wide compatibility: encantAR.js runs in all modern web browsers. It’s built from scratch using standard web technologies. No need of AR-capable devices.
  • Fast and powerful: encantAR.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
  • No need to download apps: encantAR.js is a WebAR engine. 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.

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.