|
@@ -8,6 +8,14 @@ Get started at <https://alemart.github.io/martins-js/>
|
8
|
8
|
|
9
|
9
|
MARTINS.js is [dual licensed](#author). It is currently in beta.
|
10
|
10
|
|
|
11
|
+## Features
|
|
12
|
+
|
|
13
|
+Currently supported features:
|
|
14
|
+
|
|
15
|
+* **Image tracking**, also known as natural feature tracking. Use it to track detailed images (such as book covers, cartoons or photos) for AR.
|
|
16
|
+
|
|
17
|
+ 
|
|
18
|
+
|
11
|
19
|
## Why use MARTINS.js?
|
12
|
20
|
|
13
|
21
|
Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
|
|
@@ -18,6 +26,16 @@ Here is why MARTINS.js is a great choice for creating Augmented Reality experien
|
18
|
26
|
* **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. It's not WebXR.
|
19
|
27
|
* **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.
|
20
|
28
|
|
|
29
|
+## Browser compatibility
|
|
30
|
+
|
|
31
|
+This demo is compatible with the latest versions of almost all major web browsers:
|
|
32
|
+
|
|
33
|
+| Chrome | Edge | Firefox | Opera | Safari |
|
|
34
|
+| ------ | ---- | ------- | ----- | ------ |
|
|
35
|
+| ✔ | ✔ | ✔ | ✔ | - |
|
|
36
|
+
|
|
37
|
+At the time of this writing, Safari is not yet compatible. MARTINS.js requires WebGL2 and WebAssembly.
|
|
38
|
+
|
21
|
39
|
## Author
|
22
|
40
|
|
23
|
41
|
MARTINS.js is developed by me, [Alexandre Martins](https://github.com/alemart), a computer scientist from Brazil. This project is dual-licensed. The Free Edition, available to everyone, is licensed under the [AGPL 3.0](docs/license/agpl-3.0.md). The Professional Edition, available to [my supporters](https://alemart.github.io/martins-js/support-my-work/), is licensed under the [Polyform Perimeter 1.0.0](docs/license/PolyForm-Perimeter-1.0.0-1.md).
|