|
@@ -29,7 +29,7 @@ Create amazing Augmented Reality experiences with **MARTINS.js**, a GPU-accelera
|
29
|
29
|
|
30
|
30
|
[](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
|
34
|
## Try locally
|
35
|
35
|
|
|
@@ -46,12 +46,16 @@ npm start
|
46
|
46
|
2. Open https://localhost:8000/demos/
|
47
|
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
|
53
|
## What can you do with Web-based Augmented Reality?
|
50
|
54
|
|
51
|
55
|
Lots of exciting things that run in the web browser! No need to install apps!
|
52
|
56
|
|
|
57
|
+* WebAR games
|
53
|
58
|
* Marketing gimmicks
|
54
|
|
-* WebAR Games
|
55
|
59
|
* Interactive art
|
56
|
60
|
* Tech demos
|
57
|
61
|
* ...and more!
|
|
@@ -66,12 +70,6 @@ Here is why MARTINS.js is a great choice for creating Augmented Reality experien
|
66
|
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
|
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
|
73
|
## Browser compatibility
|
76
|
74
|
|
77
|
75
|
MARTINS.js is compatible with the latest versions of almost all major web browsers:
|