Parcourir la source

Revert commits

customisations
alemart il y a 3 mois
Parent
révision
3144d7f808
2 fichiers modifiés avec 12 ajouts et 10 suppressions
  1. 6
    5
      README.md
  2. 6
    5
      docs/home.md

+ 6
- 5
README.md Voir le fichier

@@ -2,23 +2,24 @@
2 2
 
3 3
 The Augmented Reality engine that will enchant you!
4 4
 
5
+:heart: encantar.js is an Augmented Reality technology which I develop independently. Support this work by [purchasing your copy](https://encantar.dev/download). You can also [become a sponsor](https://github.com/sponsors/alemart).
6
+
5 7
 :star2: **[Try it!](https://encantar.dev/demos/hello-aframe/poster.html)** | :video_game: **[Play a game!](https://encantar.dev/demos/basketball/poster.html)** | :magic_wand: **[Demos](https://encantar.dev/demos/)** | :heart_eyes: **[Add-Ons](https://encantar.dev/addons/)** | :books: **[Learn](https://encantar.dev/tutorial/)**
6 8
 
7 9
 <a href="https://encantar.dev/demos/hello-aframe/poster.html"><img src="docs/img/mage.gif" alt="Demo" height="144"></a> <a href="https://encantar.dev/demos/basketball/poster.html"><img src="docs/img/basketball.gif" alt="Game" height="144"></a> <a href="https://encantar.dev/addons/"><img src="docs/img/video-player.gif" alt="Video Player" height="144"></a>
8 10
 
9 11
 ## Features
10 12
 
11
-* **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.
13
+* **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
12 14
 * **Pointer tracking**: create interactive experiences based on touch and mouse input with an easy-to-use API.
13 15
 * **Plugins**: use encantar.js with the 3D framework of your choice, including: A-Frame, Babylon.js, Three.js and more!
14 16
 * **Add-Ons**: create rich experiences with additional features that enhance the core of encantar.js!
15 17
 
16 18
 ## Key points
17 19
 
18
-* **AR everywhere**: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
19
-* **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!
20
-* **No hosting fees**: other WebAR platforms require monthly subscriptions and have limits such as on the number of views. Save hundreds of dollars!
21
-* **Device-agnostic**: no need of WebXR or AR-capable devices! encantar.js is AR built from scratch with computer vision!
20
+* **AR everywhere**: it runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
21
+* **Easy to use**: just load a static HTML page! No need of heavy app downloads, server-side components or subscriptions.
22
+* **Device-agnostic**: no need of AR-capable devices! encantar.js is AR built from scratch with computer vision!
22 23
 * **Fast & powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
23 24
 * **Open source**: personal, professional and educational uses are allowed.
24 25
 

+ 6
- 5
docs/home.md Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer