|
@@ -2,23 +2,23 @@
|
2
|
2
|
|
3
|
3
|
[](https://github.com/alemart/encantar-js/releases/)  [](https://github.com/alemart/encantar-js/stargazers) [](https://github.com/sponsors/alemart/)
|
4
|
4
|
|
5
|
|
-**encantar.js** is the Augmented Reality engine that will enchant you! GPU-accelerated, open-source and web-based!
|
|
5
|
+**encantar.js** is the Augmented Reality engine that will enchant you!
|
6
|
6
|
|
7
|
|
-[:sparkles: Demos](../demos.md){ .md-button } [:books: Learn](./introduction.md){ .md-button } [:heart:{ .heart } Sponsor](../support-my-work.md){ .md-button }
|
|
7
|
+[:sparkles: Demos](../demos.md){ .md-button ._blank } [:arrow_down: Download](../download.md){ .md-button ._blank } [:books: Learn](./introduction.md){ .md-button } [:heart:{ .heart } Sponsor](../support-my-work.md){ .md-button }
|
8
|
8
|
|
9
|
9
|
## Features
|
10
|
10
|
|
11
|
11
|
* **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
|
12
|
|
-* **Pointer tracking**: create interactive experiences based on touch, mouse and pen input with an easy-to-use API.
|
|
12
|
+* **Pointer tracking**: create interactive experiences based on touch and mouse input with an easy-to-use API.
|
13
|
13
|
* **Plugins**: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
|
14
|
14
|
|
15
|
|
-## Why use encantar.js?
|
|
15
|
+## Key points
|
16
|
16
|
|
17
|
17
|
* **AR everywhere**: it runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
|
18
|
18
|
* **Easy to use**: just load a static HTML page! No need of heavy app downloads, API keys, subscriptions or server-side stuff.
|
19
|
19
|
* **Device-agnostic**: no need of AR-capable devices! encantar.js is AR built from scratch with computer vision!
|
20
|
20
|
* **Fast & powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
|
21
|
|
-* **Open source**: personal, professional and educational use is allowed.
|
|
21
|
+* **Open source**: personal, professional and educational uses are allowed.
|
22
|
22
|
|
23
|
23
|
## Browser compatibility
|
24
|
24
|
|
|
@@ -34,4 +34,4 @@ encantar.js requires WebGL2 and WebAssembly, which are widely supported.
|
34
|
34
|
|
35
|
35
|
## About
|
36
|
36
|
|
37
|
|
-encantar.js is developed by [Alexandre Martins](https://github.com/alemart) and released under the [LGPL](../license.md). It is based on [Speedy Vision](https://github.com/alemart/speedy-vision).
|
|
37
|
+encantar.js is developed by [Alexandre Martins](https://github.com/alemart) and released under the [LGPL](../license.md). It is based on [Speedy Vision](https://github.com/alemart/speedy-vision).
|