Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
alemart 438b5871da Vector2, Vector3, Quaternion: add clone() před 10 měsíci
.github Simplify před 3 roky
demos Add Pointer demo před 10 měsíci
dist Update scripts před 10 měsíci
docs Vector2, Vector3, Quaternion: add clone() před 10 měsíci
docs_overrides Update docs před 10 měsíci
plugins Add conversion routines před 10 měsíci
src Vector2, Vector3, Quaternion: add clone() před 10 měsíci
.gitignore Update .gitignore před 1 rokem
CHANGES.md Update CHANGES před 10 měsíci
CONTRIBUTING.md Update CONTRIBUTING před 10 měsíci
LICENSE.md Add license před 1 rokem
README.md Small changes před 10 měsíci
mkdocs.yml Add class Ray před 10 měsíci
package-lock.json Update scripts před 10 měsíci
package.json Version bump před 10 měsíci
tsconfig.json Initial commit před 3 roky
webpack.config.js Update banner před 10 měsíci

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

Demo

Features

  • AR everywhere: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
  • Plugins: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
  • Image tracking: track detailed images such as book covers, cartoons and photos. No need of manual training!
  • Pointer tracking: create interactive experiences based on touch, mouse and pen input with an easy-to-use API.

Why use encantar.js?

  • Device-agnostic: no need of AR-capable devices. encantar.js runs in all modern web browsers. It’s AR built from scratch with computer vision.
  • 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.
  • Open-source: what are you waiting for? Try it now!

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, which are widely supported.

About

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