|
@@ -11,6 +11,8 @@ The Augmented Reality engine that will enchant you!
|
11
|
11
|
#gallery img { height: 128px; margin: 0 2px; }
|
12
|
12
|
</style>
|
13
|
13
|
|
|
14
|
+:heart:{ .heart } encantar.js is an Augmented Reality technology which I develop independently. Support this work by [purchasing your copy](./download.md). You can also [become a sponsor](https://github.com/sponsors/alemart).
|
|
15
|
+
|
14
|
16
|
[:star2: Try it!](../demos/hello-aframe/poster.html){ .md-button ._blank } [:video_game: Play a game!](../demos/basketball/poster.html){ .md-button ._blank } [:sparkles: Demos](./demos.md){ .md-button } [:heart_eyes: Add-Ons](./addons/index.md){ .md-button } [:books: Learn](./tutorial/index.md){ .md-button }
|
15
|
17
|
|
16
|
18
|
<div id="gallery">
|
|
@@ -21,17 +23,16 @@ The Augmented Reality engine that will enchant you!
|
21
|
23
|
|
22
|
24
|
## Features
|
23
|
25
|
|
24
|
|
-* **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training! It's also known as natural feature tracking.
|
|
26
|
+* **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
|
25
|
27
|
* **Pointer tracking**: create interactive experiences based on touch and mouse input with an easy-to-use API.
|
26
|
28
|
* **Plugins**: use encantar.js with the 3D framework of your choice, including: A-Frame, Babylon.js, Three.js and more!
|
27
|
29
|
* **Add-Ons**: create rich experiences with additional features that enhance the core of encantar.js!
|
28
|
30
|
|
29
|
31
|
## Key points
|
30
|
32
|
|
31
|
|
-* **AR everywhere**: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
|
32
|
|
-* **Easy to use**: just load a static HTML page! No need of heavy app downloads or server-side components. Get started in a few minutes!
|
33
|
|
-* **No hosting fees**: other WebAR platforms require monthly subscriptions and have limits such as on the number of views. Save hundreds of dollars!
|
34
|
|
-* **Device-agnostic**: no need of WebXR or AR-capable devices! encantar.js is AR built from scratch with computer vision!
|
|
33
|
+* **AR everywhere**: it runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
|
|
34
|
+* **Easy to use**: just load a static HTML page! No need of heavy app downloads, server-side components or subscriptions.
|
|
35
|
+* **Device-agnostic**: no need of AR-capable devices! encantar.js is AR built from scratch with computer vision!
|
35
|
36
|
* **Fast & powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
|
36
|
37
|
* **Open source**: personal, professional and educational uses are allowed.
|
37
|
38
|
|