瀏覽代碼

Rephrase

customisations
alemart 9 月之前
父節點
當前提交
b8205cf503
共有 3 個文件被更改,包括 14 次插入14 次删除
  1. 5
    5
      README.md
  2. 6
    6
      docs/getting-started/index.md
  3. 3
    3
      docs_overrides/index.html

+ 5
- 5
README.md 查看文件

@@ -2,25 +2,25 @@
2 2
 
3 3
 [![GitHub release (latest by date)](https://img.shields.io/github/v/release/alemart/encantar-js)](https://github.com/alemart/encantar-js/releases/) ![GitHub file size in bytes on a specified ref (branch/commit/tag)](https://img.shields.io/github/size/alemart/encantar-js/dist/encantar.min.js?branch=master&label=minified%20js) [![GitHub Repo stars](https://img.shields.io/github/stars/alemart/encantar-js?logo=github)](https://github.com/alemart/encantar-js/stargazers) [![GitHub Sponsors](https://img.shields.io/github/sponsors/alemart?logo=github)](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
-:magic_wand: **[Demos](https://alemart.github.io/encantar-js/demos/)** | :books: **[Learn](https://alemart.github.io/encantar-js/)** | :heart: **[Sponsor](https://github.com/sponsors/alemart)**
7
+:magic_wand: **[Demos](https://alemart.github.io/encantar-js/demos/)** | :arrow_down: **[Download](https://alemart.github.io/encantar-js/download)** | :books: **[Learn](https://alemart.github.io/encantar-js/)** | :heart: **[Sponsor](https://github.com/sponsors/alemart)**
8 8
 
9 9
 ![Demo](docs/img/mage.gif)
10 10
 
11 11
 ## Features
12 12
 
13 13
 * **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
14
-* **Pointer tracking**: create interactive experiences based on touch, mouse and pen input with an easy-to-use API.
14
+* **Pointer tracking**: create interactive experiences based on touch and mouse input with an easy-to-use API.
15 15
 * **Plugins**: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
16 16
 
17
-## Why use encantar.js?
17
+## Key points
18 18
 
19 19
 * **AR everywhere**: it runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
20 20
 * **Easy to use**: just load a static HTML page! No need of heavy app downloads, API keys, subscriptions or server-side stuff.
21 21
 * **Device-agnostic**: no need of AR-capable devices! encantar.js is AR built from scratch with computer vision!
22 22
 * **Fast & powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
23
-* **Open source**: personal, professional and educational use is allowed.
23
+* **Open source**: personal, professional and educational uses are allowed.
24 24
 
25 25
 ## Browser compatibility
26 26
 

+ 6
- 6
docs/getting-started/index.md 查看文件

@@ -2,23 +2,23 @@
2 2
 
3 3
 [![GitHub release (latest by date)](https://img.shields.io/github/v/release/alemart/encantar-js)](https://github.com/alemart/encantar-js/releases/) ![GitHub file size in bytes on a specified ref (branch/commit/tag)](https://img.shields.io/github/size/alemart/encantar-js/dist/encantar.min.js?branch=master&label=minified%20js) [![GitHub Repo stars](https://img.shields.io/github/stars/alemart/encantar-js?logo=github)](https://github.com/alemart/encantar-js/stargazers) [![GitHub Sponsors](https://img.shields.io/github/sponsors/alemart?logo=github)](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).

+ 3
- 3
docs_overrides/index.html 查看文件

@@ -129,8 +129,8 @@
129 129
     <div class="splash-container md-grid">
130 130
         <div class="splash-text md-typeset appear text-center">
131 131
             <h1>&#x2728; encant<span style="color: #ffd500">ar</span>.js &#x2728;</h1>
132
-            <p>GPU-accelerated Augmented Reality for the web</p>
133
-            <a href="{{ './getting-started' | url }}" class="md-button">Get enchanted</a>
132
+            <p>The Augmented Reality engine that will enchant you!</p>
133
+            <a href="{{ './getting-started' | url }}" class="md-button">Get started</a>
134 134
         </div>
135 135
         <!--
136 136
         <div class="splash-image">
@@ -148,4 +148,4 @@
148 148
 {% block announce %}{% endblock %}
149 149
 {% block site_nav %}{% endblock %}
150 150
 {% block content %}{% endblock %}
151
-{% block footer %}{% endblock %}
151
+{% block footer %}{% endblock %}

Loading…
取消
儲存