Procházet zdrojové kódy

Change texts

customisations
alemart před 1 rokem
rodič
revize
d668fa401a
4 změnil soubory, kde provedl 27 přidání a 14 odebrání
  1. 3
    3
      README.md
  2. 1
    1
      docs/demo/instructions.md
  3. 17
    2
      docs/gallery.md
  4. 6
    8
      docs/getting-started/index.md

+ 3
- 3
README.md Zobrazit soubor

@@ -31,9 +31,9 @@ Create amazing Augmented Reality experiences with **MARTINS.js**, a GPU-accelera
31 31
 
32 32
 Other demos available [here](https://alemart.github.io/martins-js/gallery/).
33 33
 
34
-## Try in your own machine
34
+## Try locally
35 35
 
36
-Try the demos in your own machine:
36
+Try the demos on your own machine:
37 37
 
38 38
 1. Run on a console:
39 39
 
@@ -48,7 +48,7 @@ npm start
48 48
 
49 49
 ## What can you do with Web-based Augmented Reality?
50 50
 
51
-Lots of exciting things that run in the web browser!
51
+Lots of exciting things that run in the web browser! No need to install apps!
52 52
 
53 53
 * Marketing gimmicks
54 54
 * WebAR Games

+ 1
- 1
docs/demo/instructions.md Zobrazit soubor

@@ -23,4 +23,4 @@ title: Try WebAR right now!
23 23
 
24 24
 ## Wanna see more?
25 25
 
26
-[Check out my WebAR demos](../gallery.md){ .md-button }
26
+[Demo gallery](../gallery.md){ .md-button .md-button--primary }

+ 17
- 2
docs/gallery.md Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 ---
2
-title: WebAR demos
2
+title: WebAR Demo gallery
3 3
 ---
4 4
 
5 5
 <style>
@@ -39,7 +39,7 @@ title: WebAR demos
39 39
 }
40 40
 </style>
41 41
 
42
-# WebAR demos
42
+# WebAR Demo gallery
43 43
 
44 44
 Here you'll find some cool examples of what you can do with MARTINS.js. Simply click on a link or scan any of the QR codes below. After opening the web pages, scan the [target image](#target-image). In addition, please read the [guidelines](#guidelines).
45 45
 
@@ -110,6 +110,21 @@ You can use a webcam or a video file as input. Click on the 🎥 icon at the top
110 110
 * If you're scanning the image on a screen, make sure to adjust the brightness. If the screen is too bright (too dark), it will cause overexposure (underexposure) in the video and tracking difficulties - details of the images will be lost. Screen reflections are also undesirable.
111 111
 * If you print the image, avoid shiny materials (e.g., glossy paper). They may generate artifacts in the image and interfere with the tracking. Prefer non-reflective materials.
112 112
 
113
+## Try locally
114
+
115
+Try the demos on your own machine:
116
+
117
+1. Run on a console:
118
+
119
+```sh
120
+git clone git@github.com:alemart/martins-js.git
121
+cd martins-js
122
+npm start
123
+```
124
+
125
+2. Open [https://localhost:8000/demos/](https://localhost:8000/demos/)
126
+3. Pick a demo and have fun!
127
+
113 128
 ## Target image
114 129
 
115 130
 [![Target image](./assets/my-reference-image.webp)](./assets/my-reference-image.webp "Based on free image by ArtRose from https://pixabay.com/pt/vectors/bruxa-vassoura-gato-chap%c3%a9u-magia-5635225/"){ ._blank }

+ 6
- 8
docs/getting-started/index.md Zobrazit soubor

@@ -2,19 +2,17 @@
2 2
 
3 3
 <iframe src="https://ghbtns.com/github-btn.html?user=alemart&repo=martins-js&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=alemart&repo=martins-js&type=watch&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
4 4
 
5
-**MARTINS.js** is a GPU-accelerated Augmented Reality engine for the web. It's a standalone WebAR technology for creating AR experiences that run in web browsers. Users don't need specialized hardware nor dedicated software - only a modern and compatible web browser.
5
+Create amazing Augmented Reality experiences with **MARTINS.js**, a GPU-accelerated Augmented Reality engine for the web. Users don't need specialized hardware nor dedicated software - only a modern and compatible web browser.
6 6
 
7
-[Learn WebAR](./introduction.md){ .md-button .md-button--primary } [Try a demo](../demo/instructions.md){ .md-button } [:heart:{ .heart } Support my work](../support-my-work.md){ .md-button }
7
+[Try a demo](../demo/instructions.md){ .md-button .md-button--primary } [:heart:{ .heart } Support my work](../support-my-work.md){ .md-button }
8 8
 
9 9
 :man_technologist: MARTINS.js is developed by [Alexandre Martins](https://github.com/alemart) and is based on [Speedy Vision](https://github.com/alemart/speedy-vision).
10 10
 
11
-:books: Full documentation is available at <https://alemart.github.io/martins-js/>.
12
-
13
-:mailbox: [Contact me](https://github.com/alemart) for freelance work if you're not a developer.
11
+:books: Technical documentation is available at <https://alemart.github.io/martins-js/>.
14 12
 
15 13
 ## What can you do with Web-based Augmented Reality?
16 14
 
17
-Lots of exciting things that run in the web browser!
15
+Lots of exciting things that run in the web browser! No need to install apps!
18 16
 
19 17
 * Marketing gimmicks
20 18
 * WebAR Games
@@ -22,7 +20,7 @@ Lots of exciting things that run in the web browser!
22 20
 * Tech demos
23 21
 * ...and more!
24 22
 
25
-[Try a demo!](../demo/instructions.md)
23
+[WebAR Crash Course](./introduction.md){ .md-button .md-button--primary } [Demo gallery](../gallery.md){ .md-button }
26 24
 
27 25
 ## Why use MARTINS.js?
28 26
 
@@ -42,7 +40,7 @@ Currently supported features:
42 40
 
43 41
 ## Browser compatibility
44 42
 
45
-MARTINS.js is currently compatible with the latest versions of almost all major web browsers:
43
+MARTINS.js is compatible with the latest versions of almost all major web browsers:
46 44
 
47 45
 | Chrome | Edge | Firefox | Opera | Safari |
48 46
 |:------:|:----:|:-------:|:-----:|:------:|

Načítá se…
Zrušit
Uložit