Browse Source

Update texts

customisations
alemart 1 year ago
parent
commit
792fd3e3ac
3 changed files with 17 additions and 19 deletions
  1. 6
    8
      README.md
  2. 4
    4
      docs/gallery.md
  3. 7
    7
      docs/getting-started/index.md

+ 6
- 8
README.md View File

29
 
29
 
30
 [![WebAR demo](https://alemart.github.io/martins-js/demo/reference-image-with-qr-code.webp)](https://alemart.github.io/martins-js/demo/)
30
 [![WebAR demo](https://alemart.github.io/martins-js/demo/reference-image-with-qr-code.webp)](https://alemart.github.io/martins-js/demo/)
31
 
31
 
32
-Other demos available [here](https://alemart.github.io/martins-js/gallery/).
32
+Visit the [Demo gallery](https://alemart.github.io/martins-js/gallery/) for more.
33
 
33
 
34
 ## Try locally
34
 ## Try locally
35
 
35
 
46
 2. Open https://localhost:8000/demos/
46
 2. Open https://localhost:8000/demos/
47
 3. Pick a demo and have fun!
47
 3. Pick a demo and have fun!
48
 
48
 
49
+## Features
50
+
51
+* **Image tracking**, also known as natural feature tracking. Use it to track detailed images such as: book covers, cartoons and photos.
52
+
49
 ## What can you do with Web-based Augmented Reality?
53
 ## What can you do with Web-based Augmented Reality?
50
 
54
 
51
 Lots of exciting things that run in the web browser! No need to install apps!
55
 Lots of exciting things that run in the web browser! No need to install apps!
52
 
56
 
57
+* WebAR games
53
 * Marketing gimmicks
58
 * Marketing gimmicks
54
-* WebAR Games
55
 * Interactive art
59
 * Interactive art
56
 * Tech demos
60
 * Tech demos
57
 * ...and more!
61
 * ...and more!
66
 * **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. No need of WebXR.
70
 * **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. No need of WebXR.
67
 * **Easy to get started!** MARTINS.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.
71
 * **Easy to get started!** MARTINS.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.
68
 
72
 
69
-## Features
70
-
71
-Currently supported features:
72
-
73
-* **Image tracking**, also known as natural feature tracking. Use it to track detailed images such as: book covers, cartoons and photos.
74
-
75
 ## Browser compatibility
73
 ## Browser compatibility
76
 
74
 
77
 MARTINS.js is compatible with the latest versions of almost all major web browsers:
75
 MARTINS.js is compatible with the latest versions of almost all major web browsers:

+ 4
- 4
docs/gallery.md View File

51
 <div class="gallery-item" markdown>
51
 <div class="gallery-item" markdown>
52
 [![QR code](./img/qr-demo-hello-aframe.gif)](/martins-js/demos/hello-aframe){ ._blank }
52
 [![QR code](./img/qr-demo-hello-aframe.gif)](/martins-js/demos/hello-aframe){ ._blank }
53
 
53
 
54
-**MARTINS.js + AFRAME**
54
+**MARTINS.js with AFRAME**
55
 
55
 
56
 [Launch demo](/martins-js/demos/hello-aframe){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-aframe){ ._blank }
56
 [Launch demo](/martins-js/demos/hello-aframe){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-aframe){ ._blank }
57
 </div>
57
 </div>
58
 <div class="gallery-item" markdown>
58
 <div class="gallery-item" markdown>
59
 [![QR code](./img/qr-demo-hello-three.gif)](/martins-js/demos/hello-three){ ._blank }
59
 [![QR code](./img/qr-demo-hello-three.gif)](/martins-js/demos/hello-three){ ._blank }
60
 
60
 
61
-**MARTINS.js + THREE.js**
61
+**MARTINS.js with THREE.js**
62
 
62
 
63
 [Launch demo](/martins-js/demos/hello-three){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-three){ ._blank }
63
 [Launch demo](/martins-js/demos/hello-three){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-three){ ._blank }
64
 </div>
64
 </div>
65
 <div class="gallery-item" markdown>
65
 <div class="gallery-item" markdown>
66
 [![QR code](./img/qr-demo-hello-webgl.gif)](/martins-js/demos/hello-webgl){ ._blank }
66
 [![QR code](./img/qr-demo-hello-webgl.gif)](/martins-js/demos/hello-webgl){ ._blank }
67
 
67
 
68
-**MARTINS.js + pure WebGL**
68
+**MARTINS.js with pure WebGL**
69
 
69
 
70
 [Launch demo](/martins-js/demos/hello-webgl){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-webgl){ ._blank }
70
 [Launch demo](/martins-js/demos/hello-webgl){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-webgl){ ._blank }
71
 </div>
71
 </div>
86
 <div class="gallery-item" markdown>
86
 <div class="gallery-item" markdown>
87
 [![QR code](./img/qr-demo-hello-world.gif)](/martins-js/demos/hello-world){ ._blank }
87
 [![QR code](./img/qr-demo-hello-world.gif)](/martins-js/demos/hello-world){ ._blank }
88
 
88
 
89
-**Hello, world!**
89
+**Hello, World!**
90
 
90
 
91
 [Launch demo](/martins-js/demos/hello-world){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-world){ ._blank }
91
 [Launch demo](/martins-js/demos/hello-world){ ._blank } | [View the code](https://github.com/alemart/martins-js/tree/master/demos/hello-world){ ._blank }
92
 </div>
92
 </div>

+ 7
- 7
docs/getting-started/index.md View File

10
 
10
 
11
 :books: Technical documentation is available at <https://alemart.github.io/martins-js/>.
11
 :books: Technical documentation is available at <https://alemart.github.io/martins-js/>.
12
 
12
 
13
+## Features
14
+
15
+* **Image tracking**, also known as natural feature tracking. Use it to track detailed images such as: book covers, cartoons and photos.
16
+
13
 ## What can you do with Web-based Augmented Reality?
17
 ## What can you do with Web-based Augmented Reality?
14
 
18
 
15
 Lots of exciting things that run in the web browser! No need to install apps!
19
 Lots of exciting things that run in the web browser! No need to install apps!
16
 
20
 
21
+* WebAR games
17
 * Marketing gimmicks
22
 * Marketing gimmicks
18
-* WebAR Games
19
 * Interactive art
23
 * Interactive art
20
 * Tech demos
24
 * Tech demos
21
 * ...and more!
25
 * ...and more!
22
 
26
 
23
-[WebAR Crash Course](./introduction.md){ .md-button .md-button--primary } [Demo gallery](../gallery.md){ .md-button }
27
+[Visit the Demo gallery](../gallery.md){ .md-button .md-button--primary }
24
 
28
 
25
 ## Why use MARTINS.js?
29
 ## Why use MARTINS.js?
26
 
30
 
32
 * **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. No need of WebXR.
36
 * **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. No need of WebXR.
33
 * **Easy to get started!** MARTINS.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.
37
 * **Easy to get started!** MARTINS.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.
34
 
38
 
35
-## Features
36
-
37
-Currently supported features:
38
-
39
-* **Image tracking**, also known as natural feature tracking. Use it to track detailed images such as: book covers, cartoons and photos.
39
+[Take the Crash Course](./introduction.md){ .md-button .md-button--primary }
40
 
40
 
41
 ## Browser compatibility
41
 ## Browser compatibility
42
 
42
 

Loading…
Cancel
Save